|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhindirect.config.store.Address
@Entity public class Address
| Constructor Summary | |
|---|---|
Address()
Construct an Address. |
|
Address(Address anAddress)
Construct an Address. |
|
Address(Domain aDomain,
String anAddress)
Construct an Address. |
|
Address(Domain aDomain,
String anAddress,
String aName)
Construct an Address. |
|
| Method Summary | |
|---|---|
void |
afterUnmarshal(Unmarshaller u,
Object parent)
Actions to run after an unmarshal. |
Calendar |
getCreateTime()
Get the value of createTime. |
String |
getDisplayName()
Get the value of displayName. |
Domain |
getDomain()
Get the value of domain. |
String |
getEmailAddress()
Get the value of emailAddress. |
String |
getEndpoint()
Get the value of endpoint. |
Long |
getId()
Get the value of id. |
EntityStatus |
getStatus()
Get the value of status. |
String |
getType()
Get the value of type. |
Calendar |
getUpdateTime()
Get the value of updateTime. |
void |
setCreateTime(Calendar timestamp)
Set the value of createTime. |
void |
setDisplayName(String aName)
Set the value of displayName. |
void |
setDomain(Domain anId)
Set the value of domain. |
void |
setEmailAddress(String anEmail)
Set the value of emailAddress. |
void |
setEndpoint(String anEndpoint)
Set the value of endpoint. |
void |
setId(Long id)
Set the value of id. |
void |
setStatus(EntityStatus aStatus)
Set the value of status. |
void |
setType(String aType)
Set the value of type. |
void |
setUpdateTime(Calendar timestamp)
Set the value of updateTime. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Address()
public Address(Domain aDomain,
String anAddress)
aDomain - The Domain.anAddress - The address.
public Address(Domain aDomain,
String anAddress,
String aName)
aDomain - The Domain.anAddress - The address.aName - The display name.public Address(Address anAddress)
anAddress - The address.| Method Detail |
|---|
public String getEmailAddress()
public void setEmailAddress(String anEmail)
anEmail - The value of emailAddress.public Long getId()
public void setId(Long id)
id - The value of id.public Domain getDomain()
public void setDomain(Domain anId)
anId - The value of domain.public String getDisplayName()
public void setDisplayName(String aName)
aName - The value of displayName.public String getEndpoint()
public void setEndpoint(String anEndpoint)
anEndpoint - The value of endpoint.public Calendar getCreateTime()
public void setCreateTime(Calendar timestamp)
timestamp - The value of createTime.public Calendar getUpdateTime()
public void setUpdateTime(Calendar timestamp)
timestamp - The value of updateTime.public EntityStatus getStatus()
public void setStatus(EntityStatus aStatus)
aStatus - The value of status.public String getType()
public void setType(String aType)
aType - The value of type.public String toString()
toString in class Object
public void afterUnmarshal(Unmarshaller u,
Object parent)
u - The Unmarshaller.parent - The paret.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||