org.nhind.config
Class Address

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

public class Address
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Address()
           
Address(Calendar createTime, String displayName, String emailAddress, String endpoint, EntityStatus status, String type, Calendar updateTime, long id)
           
 
Method Summary
 boolean equals(Object obj)
           
 Calendar getCreateTime()
          Gets the createTime value for this Address.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getDisplayName()
          Gets the displayName value for this Address.
 String getEmailAddress()
          Gets the emailAddress value for this Address.
 String getEndpoint()
          Gets the endpoint value for this Address.
 long getId()
          Gets the id value for this Address.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 EntityStatus getStatus()
          Gets the status value for this Address.
 String getType()
          Gets the type value for this Address.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 Calendar getUpdateTime()
          Gets the updateTime value for this Address.
 int hashCode()
           
 void setCreateTime(Calendar createTime)
          Sets the createTime value for this Address.
 void setDisplayName(String displayName)
          Sets the displayName value for this Address.
 void setEmailAddress(String emailAddress)
          Sets the emailAddress value for this Address.
 void setEndpoint(String endpoint)
          Sets the endpoint value for this Address.
 void setId(long id)
          Sets the id value for this Address.
 void setStatus(EntityStatus status)
          Sets the status value for this Address.
 void setType(String type)
          Sets the type value for this Address.
 void setUpdateTime(Calendar updateTime)
          Sets the updateTime value for this Address.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Address

public Address()

Address

public Address(Calendar createTime,
               String displayName,
               String emailAddress,
               String endpoint,
               EntityStatus status,
               String type,
               Calendar updateTime,
               long id)
Method Detail

getCreateTime

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

Returns:
createTime

setCreateTime

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

Parameters:
createTime -

getDisplayName

public String getDisplayName()
Gets the displayName value for this Address.

Returns:
displayName

setDisplayName

public void setDisplayName(String displayName)
Sets the displayName value for this Address.

Parameters:
displayName -

getEmailAddress

public String getEmailAddress()
Gets the emailAddress value for this Address.

Returns:
emailAddress

setEmailAddress

public void setEmailAddress(String emailAddress)
Sets the emailAddress value for this Address.

Parameters:
emailAddress -

getEndpoint

public String getEndpoint()
Gets the endpoint value for this Address.

Returns:
endpoint

setEndpoint

public void setEndpoint(String endpoint)
Sets the endpoint value for this Address.

Parameters:
endpoint -

getStatus

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

Returns:
status

setStatus

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

Parameters:
status -

getType

public String getType()
Gets the type value for this Address.

Returns:
type

setType

public void setType(String type)
Sets the type value for this Address.

Parameters:
type -

getUpdateTime

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

Returns:
updateTime

setUpdateTime

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

Parameters:
updateTime -

getId

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

Returns:
id

setId

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

Parameters:
id -

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.