public interface Person extends Persistable
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentUuid() |
String |
getCommonName()
Common name.
|
String |
getDescription()
Open-ended; whatever the person or the directory manager puts here.
|
String |
getSeeAlso()
Follow person object class definition: Identifies (by DN) another directory server entry that may contain information related to this entry.
|
String |
getStreet()
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)."
|
String |
getSurname()
Surname or family name.
|
String |
getTelephoneNumber()
Office/campus phone number.
|
String |
getTypeUuid() |
void |
setAgentUuid(String agentUuid) |
void |
setCommonName(String commonName)
Common name.
|
void |
setDescription(String description)
Open-ended; whatever the person or the directory manager puts here.
|
void |
setSeeAlso(String seeAlso)
Follow person object class definition: Identifies (by DN) another directory server entry that may contain information related to this entry.
|
void |
setStreet(String street)
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)."
|
void |
setSurname(String surname)
Surname or family name.
|
void |
setTelephoneNumber(String telephoneNumber)
Office/campus phone number.
|
void |
setTypeUuid(String typeUuid) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, getUuidString getAgentUuid()
void setAgentUuid(String agentUuid)
agentUuid - The UUID of the Agent for which this record describes.String getTypeUuid()
void setTypeUuid(String typeUuid)
typeUuid - String getCommonName()
void setCommonName(String commonName)
String getDescription()
void setDescription(String description)
String getSeeAlso()
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."
void setSeeAlso(String seeAlso)
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."
String getSurname()
void setSurname(String surname)
String getStreet()
void setStreet(String street)
String getTelephoneNumber()
void setTelephoneNumber(String telephoneNumber)
Copyright © 2003–2021 Sakai Project. All rights reserved.