Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.service.cmr.security
Class PersonService.PersonInfo
java.lang.Object
  org.alfresco.service.cmr.security.PersonService.PersonInfo
All Implemented Interfaces:
org.alfresco.repo.security.permissions.PermissionCheckValue
Enclosing class:
PersonService

@org.alfresco.api.AlfrescoPublicApi
public static class PersonService.PersonInfo
extends Object
implements org.alfresco.repo.security.permissions.PermissionCheckValue
Data pojo to carry common person information
Since:
4.0
Author:
janv

Constructor Summary
PersonInfo(NodeRef nodeRef, String userName, String firstName, String lastName)
Method Summary
getFirstName()
getLastName()
getNodeRef()
getUserName()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
PersonInfo
public PersonInfo(NodeRef nodeRef,
                  String userName,
                  String firstName,
                  String lastName)
Method Detail
getNodeRef
public NodeRef getNodeRef()
Specified by:
getNodeRef in interface org.alfresco.repo.security.permissions.PermissionCheckValue

getUserName
public String getUserName()

getFirstName
public String getFirstName()

getLastName
public String getLastName()

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.