@Table public class Address extends Object
| Constructor and Description |
|---|
Address()
Construct an Address.
|
Address(Address anAddress)
Construct an Address.
|
Address(Long domainId,
String anAddress)
Construct an Address.
|
Address(Long domainId,
String anAddress,
String aName)
Construct an Address.
|
| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
getCreateTime()
Get the value of createTime.
|
String |
getDisplayName()
Get the value of displayName.
|
Long |
getDomainId()
Get the value of domain id.
|
String |
getEmailAddress()
Get the value of emailAddress.
|
String |
getEndpoint()
Get the value of endpoint.
|
Long |
getId()
Get the value of id.
|
int |
getStatus()
Get the value of status.
|
String |
getType()
Get the value of type.
|
LocalDateTime |
getUpdateTime()
Get the value of updateTime.
|
void |
setCreateTime(LocalDateTime timestamp)
Set the value of createTime.
|
void |
setDisplayName(String aName)
Set the value of displayName.
|
void |
setDomainId(Long domainId)
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(int aStatus)
Set the value of status.
|
void |
setType(String aType)
Set the value of type.
|
void |
setUpdateTime(LocalDateTime timestamp)
Set the value of updateTime.
|
String |
toString() |
public Address()
public Address(Long domainId, String anAddress)
aDomain - The Domain.anAddress - The address.public Address(Long domainId, String anAddress, String aName)
aDomain - The Domain.anAddress - The address.aName - The display name.public Address(Address anAddress)
anAddress - The address.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 Long getDomainId()
public void setDomainId(Long domainId)
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 LocalDateTime getCreateTime()
public void setCreateTime(LocalDateTime timestamp)
timestamp - The value of createTime.public LocalDateTime getUpdateTime()
public void setUpdateTime(LocalDateTime timestamp)
timestamp - The value of updateTime.public int getStatus()
public void setStatus(int aStatus)
aStatus - The value of status.public String getType()
public void setType(String aType)
aType - The value of type.Copyright © 2021. All rights reserved.