Package eu.xenit.alfred.api.people
Class Person
java.lang.Object
eu.xenit.alfred.api.people.Person
- All Implemented Interfaces:
Serializable
Datastructure that represents a person in alfresco and its information. nodeRef: The noderef of a person. userName:
The unique id of the user expressed as a string. firstName: The first name of the user. lastName: The last name of
the user. emailAddress: The email address of the user. groups: The names of the groups that a user is in.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetEmailAddress(String emailAddress) voidsetFirstName(String firstName) voidvoidsetLastName(String lastName) voidsetNodeRef(NodeRef nodeRef) voidsetUserName(String userName)
-
Constructor Details
-
Person
public Person() -
Person
-
-
Method Details