Interface Contact
-
- All Known Implementing Classes:
CompleteContact
,ContactDetail
public interface Contact
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Date
getCreationDate()
String
getCreatorId()
String
getEmail()
String
getFax()
String
getFirstName()
String
getLastName()
String
getPhone()
ContactPK
getPK()
UserFull
getUserFull()
String
getUserId()
-
-
-
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()
-
-