|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectasit.moa.moazs.notifier.BaseLogEntry
This is an object that contains data related to the logEntry 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 | |
BaseLogEntry()
|
|
BaseLogEntry(long id)
Constructor for primary key |
|
BaseLogEntry(long id,
String name,
String email)
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 |
ProtocolEntry |
getProtId()
Return the value associated with the column: protocol_id |
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 |
void |
setProtId(ProtocolEntry protId)
Set the value related to the column: protocol_id |
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_EMAIL
| Constructor Detail |
public BaseLogEntry()
public BaseLogEntry(long id)
public BaseLogEntry(long id,
String name,
String email)
| 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 getEmail()
public void setEmail(String email)
email - the email valuepublic ProtocolEntry getProtId()
public void setProtId(ProtocolEntry protId)
protId - the protocol_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 | ||||||||||