|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhindirect.config.model.Domain
public class Domain
A Direct email domain.
| Constructor Summary | |
|---|---|
Domain()
Empty constructor |
|
| Method Summary | |
|---|---|
Collection<Address> |
getAddresses()
Gets all addresses that are configured for a domain. |
Calendar |
getCreateTime()
Sets the date/time the domain was created in the system. |
String |
getDomainName()
Gets the name of the domain. |
long |
getId()
Gets the internal system id of the domain. |
Address |
getPostmasterAddress()
Gets the email address of the domain's postmaster. |
EntityStatus |
getStatus()
Gets the status of the domain. |
Calendar |
getUpdateTime()
Gets the date/time that the domain was last updated. |
void |
setAddresses(Collection<Address> addresses)
Sets all addresses that are configured for a domain. |
void |
setCreateTime(Calendar createTime)
Sets the date/time the domain was created in the system. |
void |
setDomainName(String domainName)
Sets the name of the domain. |
void |
setId(long id)
Sets the internal system id of the domain. |
void |
setPostmasterAddress(Address postmasterAddress)
Sets the email address of the domain's postmaster. |
void |
setStatus(EntityStatus status)
Sets the status of the domain. |
void |
setUpdateTime(Calendar updateTime)
Sets the date/time that the domain was last updated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Domain()
| Method Detail |
|---|
public String getDomainName()
public void setDomainName(String domainName)
domainName - The name of the domain.public Calendar getCreateTime()
public void setCreateTime(Calendar createTime)
createTime - The date/time the domain was created in the system.public Calendar getUpdateTime()
public void setUpdateTime(Calendar updateTime)
updateTime - The date/time that the domain was last updated.public Address getPostmasterAddress()
public void setPostmasterAddress(Address postmasterAddress)
postmasterAddress - The email address of the domain's postmaster.public Collection<Address> getAddresses()
public void setAddresses(Collection<Address> addresses)
addresses - All addresses that are configured for a domain.public long getId()
public void setId(long id)
id - The internal system id of the domain.public EntityStatus getStatus()
public void setStatus(EntityStatus status)
status - The status of the domain.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||