Interface Contact
-
- All Known Implementing Classes:
CompleteContact,ContactDetail
public interface Contact
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DategetCreationDate()StringgetCreatorId()StringgetEmail()StringgetFax()StringgetFirstName()StringgetLastName()StringgetPhone()ContactPKgetPK()UserFullgetUserFull()StringgetUserId()
-
-
-
Method Detail
-
getPK
ContactPK getPK()
-
getFirstName
String getFirstName()
-
getLastName
String getLastName()
-
getEmail
String getEmail()
-
getPhone
String getPhone()
-
getFax
String getFax()
-
getCreationDate
Date getCreationDate()
-
getCreatorId
String getCreatorId()
-
getUserId
String getUserId()
-
getUserFull
UserFull getUserFull()
-
-