| org.sakaiproject.api.common.edu.person.Person
All known Subclasses: org.sakaiproject.component.common.edu.person.OrganizationalPersonImpl, org.sakaiproject.component.common.edu.person.SakaiPersonImpl, org.sakaiproject.component.common.edu.person.EduPersonImpl, org.sakaiproject.component.common.edu.person.InetOrgPersonImpl, org.sakaiproject.component.common.edu.person.PersonImpl,
getAgentUuid | public String getAgentUuid()(Code) | | The UUID of the Agent for which this record describes. |
getCommonName | public String getCommonName()(Code) | | Common name. According to RFC 2256, "This is the X.500 commonName attribute, which contains a name of an object. If the object corresponds to a person, it is typically the person's full name.”
|
getDescription | public String getDescription()(Code) | | Open-ended; whatever the person or the directory manager puts here. According to RFC 2256, "This attribute contains a human-readable description of the object."
|
getSeeAlso | public String getSeeAlso()(Code) | | Follow person object class definition: Identifies (by DN) another directory server entry that may contain information related to this entry.
According to X.520(2000), "The See Also attribute type specifies names of other Directory objects which may be other aspects (in some sense) of the same real world object."
|
getStreet | public String getStreet()(Code) | | According to RFC 2256, "This attribute contains the physical address of the object to which the entry corresponds, such as an address for package delivery (streetAddress)."
|
getSurname | public String getSurname()(Code) | | Surname or family name. According to RFC 2256, "This is the X.500 surname attribute, which contains the family name of a person."
|
getTelephoneNumber | public String getTelephoneNumber()(Code) | | Office/campus phone number. Attribute values should follow the agreed format for international telephone numbers: i.e., "+44 71 123 4567."
|
setAgentUuid | public void setAgentUuid(String agentUuid)(Code) | | Parameters: agentUuid - The UUID of the Agent for which this record describes. |
setCommonName | public void setCommonName(String commonName)(Code) | | Common name. According to RFC 2256, "This is the X.500 commonName attribute, which contains a name of an object. If the object corresponds to a person, it is typically the person's full name.”
|
setDescription | public void setDescription(String description)(Code) | | Open-ended; whatever the person or the directory manager puts here. According to RFC 2256, "This attribute contains a human-readable description of the object."
|
setSeeAlso | public void setSeeAlso(String seeAlso)(Code) | | Follow person object class definition: Identifies (by DN) another directory server entry that may contain information related to this entry.
According to X.520(2000), "The See Also attribute type specifies names of other Directory objects which may be other aspects (in some sense) of the same real world object."
|
setStreet | public void setStreet(String street)(Code) | | According to RFC 2256, "This attribute contains the physical address of the object to which the entry corresponds, such as an address for package delivery (streetAddress)."
|
setSurname | public void setSurname(String surname)(Code) | | Surname or family name. According to RFC 2256, "This is the X.500 surname attribute, which contains the family name of a person."
|
setTelephoneNumber | public void setTelephoneNumber(String telephoneNumber)(Code) | | Office/campus phone number. Attribute values should follow the agreed format for international telephone numbers: i.e., "+44 71 123 4567."
|
setTypeUuid | public void setTypeUuid(String typeUuid)(Code) | | Parameters: typeUuid - |
|
|