Class GUIContact
java.lang.Object
com.logicaldoc.gui.common.client.beans.GUIContact
- All Implemented Interfaces:
Serializable
GUI representation of a generic contact
- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Constructor Summary
ConstructorDescriptionGUIContact
(String email) GUIContact
(String firstName, String lastName, String email) -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
long
getId()
getPhone()
void
setAddress
(String address) void
setCompany
(String company) void
void
setFirstName
(String firstName) void
setId
(long id) void
setLastName
(String lastName) void
void
void
-
Constructor Details
-
GUIContact
public GUIContact() -
GUIContact
-
GUIContact
-
-
Method Details
-
getId
public long getId() -
setId
public void setId(long id) -
getUserId
-
setUserId
-
getFullName
-
displayLink
-
getFirstName
-
setFirstName
-
getLastName
-
setLastName
-
getCompany
-
setCompany
-
getEmail
-
setEmail
-
getPhone
-
setPhone
-
getMobile
-
setMobile
-
getAddress
-
setAddress
-
displayString
-