|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectasit.moa.moazs.notifier.BaseAppId
This is an object that contains data related to the appid 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_APP_ID
|
static String |
PROP_DO_SEND
|
static String |
PROP_SEND_AFTER
|
static String |
PROP_SEND_FETCHED
|
static String |
PROP_SEND_ONLY_ERROR
|
static String |
REF
|
| Constructor Summary | |
BaseAppId()
|
|
BaseAppId(long id)
Constructor for primary key |
|
BaseAppId(long id,
String appId,
int doSend,
int sendOnlyError,
int sendAfter,
int sendFetched)
Constructor for required fields |
|
| Method Summary | |
boolean |
equals(Object obj)
|
String |
getAppId()
Return the value associated with the column: app_id |
int |
getDoSend()
Return the value associated with the column: do_send |
long |
getId()
Return the unique identifier of this class |
int |
getSendAfter()
Return the value associated with the column: send_after |
int |
getSendFetched()
Return the value associated with the column: send_fetched |
int |
getSendOnlyError()
Return the value associated with the column: send_only_error |
int |
hashCode()
|
protected void |
initialize()
|
void |
setAppId(String appId)
Set the value related to the column: app_id |
void |
setDoSend(int doSend)
Set the value related to the column: do_send |
void |
setId(long id)
Set the unique identifier of this class |
void |
setSendAfter(int sendAfter)
Set the value related to the column: send_after |
void |
setSendFetched(int sendFetched)
Set the value related to the column: send_fetched |
void |
setSendOnlyError(int sendOnlyError)
Set the value related to the column: send_only_error |
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_APP_ID
public static String PROP_DO_SEND
public static String PROP_SEND_ONLY_ERROR
public static String PROP_SEND_AFTER
public static String PROP_SEND_FETCHED
| Constructor Detail |
public BaseAppId()
public BaseAppId(long id)
public BaseAppId(long id,
String appId,
int doSend,
int sendOnlyError,
int sendAfter,
int sendFetched)
| Method Detail |
protected void initialize()
public long getId()
public void setId(long id)
id - the new IDpublic String getAppId()
public void setAppId(String appId)
appId - the app_id valuepublic int getDoSend()
public void setDoSend(int doSend)
doSend - the do_send valuepublic int getSendOnlyError()
public void setSendOnlyError(int sendOnlyError)
sendOnlyError - the send_only_error valuepublic int getSendAfter()
public void setSendAfter(int sendAfter)
sendAfter - the send_after valuepublic int getSendFetched()
public void setSendFetched(int sendFetched)
sendFetched - the send_fetched 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 | ||||||||||