com.stratelia.webactiv.util.contact.model
Interface Contact

All Known Implementing Classes:
CompleteContact, ContactDetail

public interface Contact


Method Summary
 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()


Copyright © 2016 Silverpeas. All Rights Reserved.