|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectasit.moa.moazs.notifier.BaseConfig
This is an object that contains data related to the config table. Do not modify this class because it will be overwritten if the configuration file related to this class is modified.
| Field Summary | |
static String |
PROP_NAME
|
static String |
PROP_VALUE
|
static String |
REF
|
| Constructor Summary | |
BaseConfig()
|
|
BaseConfig(long id)
Constructor for primary key |
|
BaseConfig(long id,
String name,
String value)
Constructor for required fields |
|
| Method Summary | |
boolean |
equals(Object obj)
|
long |
getId()
Return the unique identifier of this class |
String |
getName()
Return the value associated with the column: name |
String |
getValue()
Return the value associated with the column: value |
int |
hashCode()
|
protected void |
initialize()
|
void |
setId(long id)
Set the unique identifier of this class |
void |
setName(String name)
Set the value related to the column: name |
void |
setValue(String value)
Set the value related to the column: value |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static String REF
public static String PROP_NAME
public static String PROP_VALUE
| Constructor Detail |
public BaseConfig()
public BaseConfig(long id)
public BaseConfig(long id,
String name,
String value)
| Method Detail |
protected void initialize()
public long getId()
public void setId(long id)
id - the new IDpublic String getName()
public void setName(String name)
name - the name valuepublic String getValue()
public void setValue(String value)
value - the value valuepublic boolean equals(Object obj)
public int hashCode()
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||