|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectasit.moa.moazs.notifier.BaseAppIdUser
This is an object that contains data related to the appuser 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 |
REF
|
| Constructor Summary | |
BaseAppIdUser()
|
|
BaseAppIdUser(long id)
Constructor for primary key |
|
| Method Summary | |
boolean |
equals(Object obj)
|
EmailAdressat |
getAdressat()
Return the value associated with the column: adressat_id |
AppId |
getAppId()
Return the value associated with the column: app_id |
long |
getId()
Return the unique identifier of this class |
int |
hashCode()
|
protected void |
initialize()
|
void |
setAdressat(EmailAdressat adressat)
Set the value related to the column: adressat_id |
void |
setAppId(AppId appId)
Set the value related to the column: app_id |
void |
setId(long id)
Set the unique identifier of this class |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static String REF
| Constructor Detail |
public BaseAppIdUser()
public BaseAppIdUser(long id)
| Method Detail |
protected void initialize()
public long getId()
public void setId(long id)
id - the new IDpublic EmailAdressat getAdressat()
public void setAdressat(EmailAdressat adressat)
adressat - the adressat_id valuepublic AppId getAppId()
public void setAppId(AppId appId)
appId - the app_id 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 | ||||||||||