|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhindirect.config.model.Address
public class Address
A configured address or endpoint in the system.
| Constructor Summary | |
|---|---|
Address()
Construct an Address. |
|
| Method Summary | |
|---|---|
Calendar |
getCreateTime()
Gets the date/time the address was created. |
String |
getDisplayName()
Gets the human readable display of the address. |
String |
getDomainName()
Gets the email domain that the address is associated with. |
String |
getEmailAddress()
Gets the email address associated to the end point. |
String |
getEndpoint()
Gets the end point; generally an email address, but may also represent other types of end points such as an XD URL. |
long |
getId()
Gets the internal id of the address. |
EntityStatus |
getStatus()
Gets the status of the address. |
String |
getType()
Gets the type of the address. |
Calendar |
getUpdateTime()
Gets the date/time of the last update of the address. |
void |
setCreateTime(Calendar createTime)
Sets the date/time the address was created. |
void |
setDisplayName(String displayName)
Sets the human readable display of the address. |
void |
setDomainName(String domainName)
Sets the email domain that the address is associated with. |
void |
setEmailAddress(String emailAddress)
Sets the email address associated to the end point. |
void |
setEndpoint(String endpoint)
Sets the end point. |
void |
setId(long id)
Sets the internal id of the address. |
void |
setStatus(EntityStatus status)
Sets the status of the address. |
void |
setType(String type)
Sets the type of the address. |
void |
setUpdateTime(Calendar updateTime)
Sets the date/time of the last update of the address. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Address()
| Method Detail |
|---|
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress - The email address associated to the end point.public long getId()
public void setId(long id)
id - The interal id of the address.public String getDisplayName()
public void setDisplayName(String displayName)
displayName - The human readable display of the address.public String getEndpoint()
public void setEndpoint(String endpoint)
endpoint - The end point name.public Calendar getCreateTime()
public void setCreateTime(Calendar createTime)
createTime - The date/time the address was created.public Calendar getUpdateTime()
public void setUpdateTime(Calendar updateTime)
updateTime - The date/time of the last update of the address.public EntityStatus getStatus()
public void setStatus(EntityStatus status)
status - The status of the address.public String getType()
public void setType(String type)
type - The type of the address.public String getDomainName()
public void setDomainName(String domainName)
domainName - The email domain that the address is associated with.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||