|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectasit.moa.moazs.notifier.BaseProtocolEntry
This is an object that contains data related to the protocolentry 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_ERROR_CODE
|
static String |
PROP_ERROR_FILE_NAME
|
static String |
PROP_ERROR_MESSAGE
|
static String |
PROP_FETCHED
|
static String |
PROP_MOAZS_ID
|
static String |
PROP_SENT
|
static String |
PROP_STATUS
|
static String |
PROP_TIME_STAMP
|
static String |
REF
|
| Constructor Summary | |
BaseProtocolEntry()
|
|
BaseProtocolEntry(long id)
Constructor for primary key |
|
BaseProtocolEntry(long id,
String moazsId,
String appId,
String errorCode,
String errorMessage,
String errorFileName,
Date timeStamp)
Constructor for required fields |
|
| Method Summary | |
boolean |
equals(Object obj)
|
String |
getAppId()
Return the value associated with the column: app_id |
String |
getErrorCode()
Return the value associated with the column: error_code |
String |
getErrorFileName()
Return the value associated with the column: error_fn |
String |
getErrorMessage()
Return the value associated with the column: error_message |
int |
getFetched()
Return the value associated with the column: fetched |
long |
getId()
Return the unique identifier of this class |
String |
getMoazsId()
Return the value associated with the column: mzs_id |
int |
getSent()
Return the value associated with the column: sent |
String |
getStatus()
Return the value associated with the column: status |
Date |
getTimeStamp()
Return the value associated with the column: time_stamp |
int |
hashCode()
|
protected void |
initialize()
|
void |
setAppId(String appId)
Set the value related to the column: app_id |
void |
setErrorCode(String errorCode)
Set the value related to the column: error_code |
void |
setErrorFileName(String errorFileName)
Set the value related to the column: error_fn |
void |
setErrorMessage(String errorMessage)
Set the value related to the column: error_message |
void |
setFetched(int fetched)
Set the value related to the column: fetched |
void |
setId(long id)
Set the unique identifier of this class |
void |
setMoazsId(String moazsId)
Set the value related to the column: mzs_id |
void |
setSent(int sent)
Set the value related to the column: sent |
void |
setStatus(String status)
Set the value related to the column: status |
void |
setTimeStamp(Date timeStamp)
Set the value related to the column: time_stamp |
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_MOAZS_ID
public static String PROP_APP_ID
public static String PROP_ERROR_CODE
public static String PROP_ERROR_MESSAGE
public static String PROP_ERROR_FILE_NAME
public static String PROP_TIME_STAMP
public static String PROP_STATUS
public static String PROP_SENT
public static String PROP_FETCHED
| Constructor Detail |
public BaseProtocolEntry()
public BaseProtocolEntry(long id)
public BaseProtocolEntry(long id,
String moazsId,
String appId,
String errorCode,
String errorMessage,
String errorFileName,
Date timeStamp)
| Method Detail |
protected void initialize()
public long getId()
public void setId(long id)
id - the new IDpublic String getMoazsId()
public void setMoazsId(String moazsId)
moazsId - the mzs_id valuepublic String getAppId()
public void setAppId(String appId)
appId - the app_id valuepublic String getErrorCode()
public void setErrorCode(String errorCode)
errorCode - the error_code valuepublic String getErrorMessage()
public void setErrorMessage(String errorMessage)
errorMessage - the error_message valuepublic String getErrorFileName()
public void setErrorFileName(String errorFileName)
errorFileName - the error_fn valuepublic Date getTimeStamp()
public void setTimeStamp(Date timeStamp)
timeStamp - the time_stamp valuepublic String getStatus()
public void setStatus(String status)
status - the status valuepublic int getSent()
public void setSent(int sent)
sent - the sent valuepublic int getFetched()
public void setFetched(int fetched)
fetched - the 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 | ||||||||||