Class VootPerson
java.lang.Object
edu.internet2.middleware.grouperVoot.beans.VootPerson
VOOT person bean that gets transformed to json.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.VootPerson(edu.internet2.middleware.subject.Subject subject) Contructor that builds a VOOT person from a Grouper subject. -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethod to check if an object is equal to the current object.Get the display name, e.g.Get email addresses e.g. jsmith@school.edu, johns@company.comgetId()Get the person id, e.g. jsmithGet the voot membership role (being "manager", "admin" or "member").voidsetDisplayName(String displayName1) Set the display name, e.g.voidSet email addresses e.g. jsmith@school.edu, johns@company.comvoidSet the person id, e.g. jsmithvoidsetVoot_membership_role(String voot_membership_role1) Set the voot membership role (being "manager", "admin" or "member").
-
Constructor Details
-
VootPerson
public VootPerson()Default constructor. -
VootPerson
public VootPerson(edu.internet2.middleware.subject.Subject subject) Contructor that builds a VOOT person from a Grouper subject.- Parameters:
subject- the groupser subject.
-
-
Method Details
-
equals
Method to check if an object is equal to the current object. -
getVoot_membership_role
Get the voot membership role (being "manager", "admin" or "member").- Returns:
- the voot membership role
-
setVoot_membership_role
Set the voot membership role (being "manager", "admin" or "member").- Parameters:
voot_membership_role1- the voot membership role
-
getId
Get the person id, e.g. jsmith- Returns:
- the person id, e.g. jsmith
-
setId
Set the person id, e.g. jsmith- Parameters:
id1- the the person id, e.g. jsmith
-
getDisplayName
Get the display name, e.g. John Smith- Returns:
- the display name, e.g. John Smith
-
setDisplayName
Set the display name, e.g. John Smith- Parameters:
displayName1- the display name, e.g. John Smith
-
getEmails
Get email addresses e.g. jsmith@school.edu, johns@company.com- Returns:
- the email addresses.
-
setEmails
Set email addresses e.g. jsmith@school.edu, johns@company.com- Parameters:
emails1- the email addresses.
-