|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhind.config.Setting
public class Setting
| 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 |
|---|
public Setting()
public Setting(Calendar createTime,
long id,
String name,
EntityStatus status,
Calendar updateTime,
String value)
| Method Detail |
|---|
public Calendar getCreateTime()
public void setCreateTime(Calendar createTime)
createTime - public long getId()
public void setId(long id)
id - public String getName()
public void setName(String name)
name - public EntityStatus getStatus()
public void setStatus(EntityStatus status)
status - public Calendar getUpdateTime()
public void setUpdateTime(Calendar updateTime)
updateTime - public String getValue()
public void setValue(String value)
value - 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 | |||||||||