public interface Person extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getAvatarIdentifier()
Returns the unique identifier to the content of avatar rendition.
|
Company |
getCompany()
Returns the company object the person belongs.
|
String |
getEmail()
Returns the email of the person.
|
String |
getFirstName()
Returns the first name of the person.
|
String |
getFullName()
Returns the full name of the person, if first name and last name are not
set the username is returned.
|
String |
getGoogleId()
Returns the Google id of the person.
|
String |
getIdentifier()
Returns the username of the person.
|
String |
getInstantMessageId()
Returns the instant message id of the person.
|
String |
getJobTitle()
Returns the job title of the person.
|
String |
getLastName()
Returns the last name of the person.
|
String |
getLocation()
Returns the location of the person.
|
String |
getMobileNumber()
Returns the mobile number of the person.
|
String |
getSkypeId()
Returns the Skype id of the person.
|
String |
getSummary()
Returns the summary/description of the person.
|
String |
getTelephoneNumber()
Returns the telephone number of the person.
|
boolean |
hasAllProperties()
Indicates whether the person has all it’s metadata populated.
|
String getIdentifier()
String getFirstName()
String getLastName()
String getFullName()
String getAvatarIdentifier()
String getJobTitle()
String getLocation()
String getSummary()
String getTelephoneNumber()
String getMobileNumber()
String getEmail()
String getSkypeId()
String getInstantMessageId()
String getGoogleId()
Company getCompany()
boolean hasAllProperties()
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.