org.nhind.config
Class Setting

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

public class Setting
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

Setting

public Setting()

Setting

public Setting(Calendar createTime,
               long id,
               String name,
               EntityStatus status,
               Calendar updateTime,
               String value)
Method Detail

getCreateTime

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

Returns:
createTime

setCreateTime

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

Parameters:
createTime -

getId

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

Returns:
id

setId

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

Parameters:
id -

getName

public String getName()
Gets the name value for this Setting.

Returns:
name

setName

public void setName(String name)
Sets the name value for this Setting.

Parameters:
name -

getStatus

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

Returns:
status

setStatus

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

Parameters:
status -

getUpdateTime

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

Returns:
updateTime

setUpdateTime

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

Parameters:
updateTime -

getValue

public String getValue()
Gets the value value for this Setting.

Returns:
value

setValue

public void setValue(String value)
Sets the value value for this Setting.

Parameters:
value -

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.