|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectasit.moa.moazs.notifier.BaseEmailAdressat
This is an object that contains data related to the emailadressat 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_EMAIL
|
static String |
PROP_NAME
|
static String |
REF
|
| Constructor Summary | |
BaseEmailAdressat()
|
|
BaseEmailAdressat(long id)
Constructor for primary key |
|
BaseEmailAdressat(long id,
String email,
String name)
Constructor for required fields |
|
| Method Summary | |
boolean |
equals(Object obj)
|
String |
getEmail()
Return the value associated with the column: email |
long |
getId()
Return the unique identifier of this class |
String |
getName()
Return the value associated with the column: name |
int |
hashCode()
|
protected void |
initialize()
|
void |
setEmail(String email)
Set the value related to the column: email |
void |
setId(long id)
Set the unique identifier of this class |
void |
setName(String name)
Set the value related to the column: name |
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_EMAIL
public static String PROP_NAME
| Constructor Detail |
public BaseEmailAdressat()
public BaseEmailAdressat(long id)
public BaseEmailAdressat(long id,
String email,
String name)
| Method Detail |
protected void initialize()
public long getId()
public void setId(long id)
id - the new IDpublic String getEmail()
public void setEmail(String email)
email - the email valuepublic String getName()
public void setName(String name)
name - the name 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 | ||||||||||