|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhindirect.config.store.Setting
@Entity public class Setting
| Constructor Summary | |
|---|---|
Setting()
|
|
| Method Summary | |
|---|---|
Calendar |
getCreateTime()
Get the value of createTime. |
long |
getId()
Get the value of id. |
String |
getName()
Get the name of the setting. |
EntityStatus |
getStatus()
Get the value of status. |
Calendar |
getUpdateTime()
Get the value of updateTime. |
String |
getValue()
Get the value of the setting. |
void |
setCreateTime(Calendar timestamp)
Set the value of createTime. |
void |
setId(long id)
Set the value of id. |
void |
setName(String name)
Set the name of the setting. |
void |
setStatus(EntityStatus status)
Set the value of status. |
void |
setUpdateTime(Calendar timestamp)
Set the value of updateTime. |
void |
setValue(String value)
Set the name of the setting. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Setting()
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - The name of setting.public String getValue()
public void setValue(String value)
name - The value of setting.public long getId()
public void setId(long id)
id - The value of id.public EntityStatus getStatus()
public void setStatus(EntityStatus status)
status - The value of status.public Calendar getCreateTime()
public void setCreateTime(Calendar timestamp)
timestamp - The value of createTime.public Calendar getUpdateTime()
public void setUpdateTime(Calendar timestamp)
timestamp - The value of updateTime.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||