public class AssigneeBean extends Object implements Serializable
Represent the assignee of the Sharepoint site.
Constructor and Description |
---|
AssigneeBean(String id,
String name,
String loginName)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getLoginName() |
String |
getName() |
void |
setId(String id) |
void |
setLoginName(String loginName) |
void |
setName(String name) |
public String getId()
public void setId(String id)
id
- the id to setpublic String getName()
public void setName(String name)
name
- the name to setpublic String getLoginName()
public void setLoginName(String loginName)
loginName
- the loginName to setCopyright © 2005–2017 Alfresco Software. All rights reserved.