Package com.logicaldoc.core.contact
Class Contact
java.lang.Object
com.logicaldoc.core.PersistentObject
com.logicaldoc.core.contact.Contact
- All Implemented Interfaces:
Serializable
A generic contact represented by a set of personal informations.
- Since:
- 6.8
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Field Summary
Fields inherited from class com.logicaldoc.core.PersistentObject
DELETED_CODE_DEFAULT, DELETED_CODE_STRONG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
getPhone()
void
setAddress
(String address) void
setCompany
(String company) void
void
setFirstName
(String firstName) void
setLastName
(String lastName) void
void
void
toString()
Methods inherited from class com.logicaldoc.core.PersistentObject
equals, getCreation, getDeleted, getId, getLastModified, getRecordVersion, getTenantId, hashCode, setCreation, setDeleted, setId, setLastModified, setRecordVersion, setTenantId
-
Constructor Details
-
Contact
public Contact() -
Contact
-
-
Method Details
-
getUserId
-
setUserId
-
getFirstName
-
setFirstName
-
getLastName
-
setLastName
-
getCompany
-
setCompany
-
getEmail
-
setEmail
-
getPhone
-
setPhone
-
getMobile
-
setMobile
-
getFullName
-
getAddress
-
setAddress
-
toString
- Overrides:
toString
in classPersistentObject
-