com.wewebu.ow.server.ecmimpl.opencmis.users.alfresco.dao
Class Person
java.lang.Object
com.wewebu.ow.server.ecmimpl.opencmis.users.alfresco.dao.Person
public class Person
- extends Object
A person as result from /service/api/people/{userName}.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
- Since:
- 4.1.1.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Person
public Person()
getUserName
public String getUserName()
setUserName
public void setUserName(String userName)
getFirstName
public String getFirstName()
setFirstName
public void setFirstName(String firstName)
getLastName
public String getLastName()
setLastName
public void setLastName(String lastName)
getEmail
public String getEmail()
setEmail
public void setEmail(String email)
getGroups
public Person.Group[] getGroups()
- Returns:
- the groups
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.