|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhind.config.Domain
public class Domain
| Constructor Summary | |
|---|---|
Domain()
|
|
Domain(Address[] address,
Calendar createTime,
String domainName,
String postMasterEmail,
Long postmasterAddressId,
Calendar updateTime,
long id,
EntityStatus status)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Address[] |
getAddress()
Gets the address value for this Domain. |
Address |
getAddress(int i)
|
Calendar |
getCreateTime()
Gets the createTime value for this Domain. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getDomainName()
Gets the domainName value for this Domain. |
long |
getId()
Gets the id value for this Domain. |
Long |
getPostmasterAddressId()
Gets the postmasterAddressId value for this Domain. |
String |
getPostMasterEmail()
Gets the postMasterEmail value for this Domain. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
EntityStatus |
getStatus()
Gets the status value for this Domain. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
Calendar |
getUpdateTime()
Gets the updateTime value for this Domain. |
int |
hashCode()
|
void |
setAddress(Address[] address)
Sets the address value for this Domain. |
void |
setAddress(int i,
Address _value)
|
void |
setCreateTime(Calendar createTime)
Sets the createTime value for this Domain. |
void |
setDomainName(String domainName)
Sets the domainName value for this Domain. |
void |
setId(long id)
Sets the id value for this Domain. |
void |
setPostmasterAddressId(Long postmasterAddressId)
Sets the postmasterAddressId value for this Domain. |
void |
setPostMasterEmail(String postMasterEmail)
Sets the postMasterEmail value for this Domain. |
void |
setStatus(EntityStatus status)
Sets the status value for this Domain. |
void |
setUpdateTime(Calendar updateTime)
Sets the updateTime value for this Domain. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Domain()
public Domain(Address[] address,
Calendar createTime,
String domainName,
String postMasterEmail,
Long postmasterAddressId,
Calendar updateTime,
long id,
EntityStatus status)
| Method Detail |
|---|
public Address[] getAddress()
public void setAddress(Address[] address)
address - public Address getAddress(int i)
public void setAddress(int i,
Address _value)
public Calendar getCreateTime()
public void setCreateTime(Calendar createTime)
createTime - public String getDomainName()
public void setDomainName(String domainName)
domainName - public String getPostMasterEmail()
public void setPostMasterEmail(String postMasterEmail)
postMasterEmail - public Long getPostmasterAddressId()
public void setPostmasterAddressId(Long postmasterAddressId)
postmasterAddressId - public Calendar getUpdateTime()
public void setUpdateTime(Calendar updateTime)
updateTime - public long getId()
public void setId(long id)
id - public EntityStatus getStatus()
public void setStatus(EntityStatus status)
status - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||