org.nhindirect.config.store
Class Setting

java.lang.Object
  extended by org.nhindirect.config.store.Setting

@Entity
public class Setting
extends Object


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

Setting

public Setting()
Method Detail

getName

public String getName()
Get the name of the setting.

Returns:
the name of the setting.

setName

public void setName(String name)
Set the name of the setting.

Parameters:
name - The name of setting.

getValue

public String getValue()
Get the value of the setting.

Returns:
the value of the setting.

setValue

public void setValue(String value)
Set the name of the setting.

Parameters:
name - The value of setting.

getId

public long getId()
Get the value of id.

Returns:
the value of id.

setId

public void setId(long id)
Set the value of id.

Parameters:
id - The value of id.

getStatus

public EntityStatus getStatus()
Get the value of status.

Returns:
the value of status.

setStatus

public void setStatus(EntityStatus status)
Set the value of status.

Parameters:
status - The value of status.

getCreateTime

public Calendar getCreateTime()
Get the value of createTime.

Returns:
the value of createTime.

setCreateTime

public void setCreateTime(Calendar timestamp)
Set the value of createTime.

Parameters:
timestamp - The value of createTime.

getUpdateTime

public Calendar getUpdateTime()
Get the value of updateTime.

Returns:
the value of updateTime.

setUpdateTime

public void setUpdateTime(Calendar timestamp)
Set the value of updateTime.

Parameters:
timestamp - The value of updateTime.


Copyright © 2011. All Rights Reserved.