|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhindirect.config.model.Setting
public class Setting
Name value pair settings in the sytem.
| Constructor Summary | |
|---|---|
Setting()
Empty constructor |
|
| Method Summary | |
|---|---|
Calendar |
getCreateTime()
Sets the date/time the setting was created in the system. |
long |
getId()
Gets the internal system id of the setting. |
String |
getName()
Gets the name of the setting. |
EntityStatus |
getStatus()
Gets the status of the setting. |
Calendar |
getUpdateTime()
Gets the date/time that the setting was last updated. |
String |
getValue()
Gets the value of the setting. |
void |
setCreateTime(Calendar createTime)
Sets the date/time the setting was created in the system. |
void |
setId(long id)
Sets the internal system id of the setting. |
void |
setName(String name)
Sets the name of the setting. |
void |
setStatus(EntityStatus status)
Sets the status of the setting. |
void |
setUpdateTime(Calendar updateTime)
Sets the date/time that the setting was last updated. |
void |
setValue(String value)
Sets the value 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 the setting.public String getValue()
public void setValue(String value)
value - The value of the setting.public long getId()
public void setId(long id)
id - The internal system id of the setting.public Calendar getCreateTime()
createTime - The date/time the setting was created in the system.public void setCreateTime(Calendar createTime)
createTime - The date/time the setting was created in the system.public Calendar getUpdateTime()
public void setUpdateTime(Calendar updateTime)
updateTime - The date/time that the setting was last updated.public EntityStatus getStatus()
public void setStatus(EntityStatus status)
status - The status of the setting.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||