org.nhind.config
Class Domain

java.lang.Object
  extended by org.nhind.config.Domain
All Implemented Interfaces:
Serializable

public class Domain
extends Object
implements Serializable

See Also:
Serialized Form

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

Domain

public Domain()

Domain

public Domain(Address[] address,
              Calendar createTime,
              String domainName,
              String postMasterEmail,
              Long postmasterAddressId,
              Calendar updateTime,
              long id,
              EntityStatus status)
Method Detail

getAddress

public Address[] getAddress()
Gets the address value for this Domain.

Returns:
address

setAddress

public void setAddress(Address[] address)
Sets the address value for this Domain.

Parameters:
address -

getAddress

public Address getAddress(int i)

setAddress

public void setAddress(int i,
                       Address _value)

getCreateTime

public Calendar getCreateTime()
Gets the createTime value for this Domain.

Returns:
createTime

setCreateTime

public void setCreateTime(Calendar createTime)
Sets the createTime value for this Domain.

Parameters:
createTime -

getDomainName

public String getDomainName()
Gets the domainName value for this Domain.

Returns:
domainName

setDomainName

public void setDomainName(String domainName)
Sets the domainName value for this Domain.

Parameters:
domainName -

getPostMasterEmail

public String getPostMasterEmail()
Gets the postMasterEmail value for this Domain.

Returns:
postMasterEmail

setPostMasterEmail

public void setPostMasterEmail(String postMasterEmail)
Sets the postMasterEmail value for this Domain.

Parameters:
postMasterEmail -

getPostmasterAddressId

public Long getPostmasterAddressId()
Gets the postmasterAddressId value for this Domain.

Returns:
postmasterAddressId

setPostmasterAddressId

public void setPostmasterAddressId(Long postmasterAddressId)
Sets the postmasterAddressId value for this Domain.

Parameters:
postmasterAddressId -

getUpdateTime

public Calendar getUpdateTime()
Gets the updateTime value for this Domain.

Returns:
updateTime

setUpdateTime

public void setUpdateTime(Calendar updateTime)
Sets the updateTime value for this Domain.

Parameters:
updateTime -

getId

public long getId()
Gets the id value for this Domain.

Returns:
id

setId

public void setId(long id)
Sets the id value for this Domain.

Parameters:
id -

getStatus

public EntityStatus getStatus()
Gets the status value for this Domain.

Returns:
status

setStatus

public void setStatus(EntityStatus status)
Sets the status value for this Domain.

Parameters:
status -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2013. All Rights Reserved.