Class VootPerson
java.lang.Object
edu.internet2.middleware.grouperVoot.beans.VootPerson
VOOT person bean that gets transformed to json.
-
Constructor Summary
ConstructorDescriptionDefault constructor.VootPerson
(Subject subject) Contructor that builds a VOOT person from a Grouper subject. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Method to check if an object is equal to the current object.Get the display name, e.g.Get email addresses e.g.getId()
Get the person id, e.g.Get the voot membership role (being "manager", "admin" or "member").void
setDisplayName
(String displayName1) Set the display name, e.g.void
Set email addresses e.g.void
Set the person id, e.g.void
setVoot_membership_role
(String voot_membership_role1) Set the voot membership role (being "manager", "admin" or "member").
-
Constructor Details
-
VootPerson
public VootPerson()Default constructor. -
VootPerson
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.
-