public class VootPerson extends Object
Constructor and Description |
---|
VootPerson()
Default constructor.
|
VootPerson(edu.internet2.middleware.subject.Subject subject)
Contructor that builds a VOOT person from a Grouper subject.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object otherVootPerson)
Method to check if an object is equal to the current object.
|
String |
getDisplayName()
Get the display name, e.g.
|
VootEmail[] |
getEmails()
Get email addresses e.g.
|
String |
getId()
Get the person id, e.g.
|
String |
getVoot_membership_role()
Get the voot membership role (being "manager", "admin" or "member").
|
void |
setDisplayName(String displayName1)
Set the display name, e.g.
|
void |
setEmails(VootEmail[] emails1)
Set email addresses e.g.
|
void |
setId(String id1)
Set the person id, e.g.
|
void |
setVoot_membership_role(String voot_membership_role1)
Set the voot membership role (being "manager", "admin" or "member").
|
public VootPerson()
public VootPerson(edu.internet2.middleware.subject.Subject subject)
subject
- the groupser subject.public boolean equals(Object otherVootPerson)
public String getVoot_membership_role()
public void setVoot_membership_role(String voot_membership_role1)
voot_membership_role1
- the voot membership rolepublic String getId()
public void setId(String id1)
id1
- the the person id, e.g. jsmithpublic String getDisplayName()
public void setDisplayName(String displayName1)
displayName1
- the display name, e.g. John Smithpublic VootEmail[] getEmails()
public void setEmails(VootEmail[] emails1)
emails1
- the email addresses.Copyright © 2016 Internet2. All rights reserved.