public class Person extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected List<String> |
aspectNames |
protected org.alfresco.service.cmr.repository.NodeRef |
avatarId |
protected Company |
company |
protected String |
description |
protected String |
email |
protected Boolean |
emailNotificationsEnabled |
protected Boolean |
enabled |
protected String |
firstName |
protected String |
googleId |
protected String |
instantMessageId |
protected String |
jobTitle |
protected String |
lastName |
protected String |
location |
protected String |
mobile |
protected String |
oldPassword |
protected String |
password |
static org.alfresco.service.namespace.QName |
PROP_PERSON_AVATAR_ID |
static org.alfresco.service.namespace.QName |
PROP_PERSON_COMPANY |
static org.alfresco.service.namespace.QName |
PROP_PERSON_DESCRIPTION |
static org.alfresco.service.namespace.QName |
PROP_PERSON_OLDPASSWORD |
static org.alfresco.service.namespace.QName |
PROP_PERSON_PASSWORD |
protected Map<String,Object> |
properties |
protected Long |
quota |
protected Long |
quotaUsed |
protected String |
skypeId |
protected Date |
statusUpdatedAt |
protected String |
telephone |
protected String |
userName |
protected String |
userStatus |
Constructor and Description |
---|
Person() |
Person(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Map<org.alfresco.service.namespace.QName,Serializable> nodeProps,
boolean enabled) |
Person(String userName,
Boolean enabled,
org.alfresco.service.cmr.repository.NodeRef avatarId,
String firstName,
String lastName,
String jobTitle,
String location,
String telephone,
String mobile,
String email,
String skypeId,
String instantMessageId,
String userStatus,
Date statusUpdatedAt,
String googleId,
Long quota,
Long quotaUsed,
Boolean emailNotificationsEnabled,
String description,
Company company) |
protected String userName
protected Boolean enabled
protected org.alfresco.service.cmr.repository.NodeRef avatarId
protected String firstName
protected String lastName
protected String jobTitle
protected String location
protected String telephone
protected String mobile
protected String email
protected String skypeId
protected String instantMessageId
protected String userStatus
protected Date statusUpdatedAt
protected String googleId
protected Long quota
protected Long quotaUsed
protected Boolean emailNotificationsEnabled
protected String description
protected Company company
protected String password
protected String oldPassword
public static final org.alfresco.service.namespace.QName PROP_PERSON_DESCRIPTION
public static final org.alfresco.service.namespace.QName PROP_PERSON_COMPANY
public static final org.alfresco.service.namespace.QName PROP_PERSON_AVATAR_ID
public static final org.alfresco.service.namespace.QName PROP_PERSON_OLDPASSWORD
public static final org.alfresco.service.namespace.QName PROP_PERSON_PASSWORD
public Person()
public Person(String userName, Boolean enabled, org.alfresco.service.cmr.repository.NodeRef avatarId, String firstName, String lastName, String jobTitle, String location, String telephone, String mobile, String email, String skypeId, String instantMessageId, String userStatus, Date statusUpdatedAt, String googleId, Long quota, Long quotaUsed, Boolean emailNotificationsEnabled, String description, Company company)
public Person(org.alfresco.service.cmr.repository.NodeRef nodeRef, Map<org.alfresco.service.namespace.QName,Serializable> nodeProps, boolean enabled)
protected void mapProperties(Map<org.alfresco.service.namespace.QName,Serializable> nodeProps)
public Company getCompany()
public void setCompany(Company company)
public String getInstantMessageId()
public void setInstantMessageId(String instantMessageId)
public String getGoogleId()
public void setGoogleId(String googleId)
public Long getQuota()
protected void setQuota(Long quota)
public Long getQuotaUsed()
protected void setQuotaUsed(Long quotaUsed)
public String getDescription()
public void setDescription(String description)
public void setUserName(String userName)
public Boolean isEnabled()
public void setEnabled(Boolean enabled)
public void setAvatarId(org.alfresco.service.cmr.repository.NodeRef avatarId)
public void setPassword(String password)
public void setOldPassword(String oldPassword)
public org.alfresco.service.cmr.repository.NodeRef getAvatarId()
public String getFirstName()
public void setFirstName(String firstName)
public void setLastName(String lastName)
public String getLastName()
public String getJobTitle()
public void setJobTitle(String jobTitle)
public String getLocation()
public void setLocation(String location)
public String getTelephone()
public void setTelephone(String telephone)
public String getMobile()
public void setMobile(String mobile)
public String getEmail()
public void setEmail(String email)
public String getSkypeId()
public void setSkypeId(String skypeId)
public String getUserStatus()
public void setUserStatus(String userStatus)
public Date getStatusUpdatedAt()
protected void setStatusUpdatedAt(Date statusUpdatedAt)
public Boolean isEmailNotificationsEnabled()
public void setEmailNotificationsEnabled(Boolean emailNotificationsEnabled)
public String getPassword()
public String getOldPassword()
public boolean wasSet(org.alfresco.service.namespace.QName fieldName)
public Map<org.alfresco.service.namespace.QName,Serializable> toProperties()
Copyright © 2005–2017 Alfresco Software. All rights reserved.