asit.moa.moazs.notifier
Class BaseProtocolEntry

java.lang.Object
  extended byasit.moa.moazs.notifier.BaseProtocolEntry
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ProtocolEntry

public abstract class BaseProtocolEntry
extends Object
implements Serializable

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.

See Also:
Serialized Form

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

REF

public static String REF

PROP_MOAZS_ID

public static String PROP_MOAZS_ID

PROP_APP_ID

public static String PROP_APP_ID

PROP_ERROR_CODE

public static String PROP_ERROR_CODE

PROP_ERROR_MESSAGE

public static String PROP_ERROR_MESSAGE

PROP_ERROR_FILE_NAME

public static String PROP_ERROR_FILE_NAME

PROP_TIME_STAMP

public static String PROP_TIME_STAMP

PROP_STATUS

public static String PROP_STATUS

PROP_SENT

public static String PROP_SENT

PROP_FETCHED

public static String PROP_FETCHED
Constructor Detail

BaseProtocolEntry

public BaseProtocolEntry()

BaseProtocolEntry

public BaseProtocolEntry(long id)
Constructor for primary key


BaseProtocolEntry

public BaseProtocolEntry(long id,
                         String moazsId,
                         String appId,
                         String errorCode,
                         String errorMessage,
                         String errorFileName,
                         Date timeStamp)
Constructor for required fields

Method Detail

initialize

protected void initialize()

getId

public long getId()
Return the unique identifier of this class


setId

public void setId(long id)
Set the unique identifier of this class

Parameters:
id - the new ID

getMoazsId

public String getMoazsId()
Return the value associated with the column: mzs_id


setMoazsId

public void setMoazsId(String moazsId)
Set the value related to the column: mzs_id

Parameters:
moazsId - the mzs_id value

getAppId

public String getAppId()
Return the value associated with the column: app_id


setAppId

public void setAppId(String appId)
Set the value related to the column: app_id

Parameters:
appId - the app_id value

getErrorCode

public String getErrorCode()
Return the value associated with the column: error_code


setErrorCode

public void setErrorCode(String errorCode)
Set the value related to the column: error_code

Parameters:
errorCode - the error_code value

getErrorMessage

public String getErrorMessage()
Return the value associated with the column: error_message


setErrorMessage

public void setErrorMessage(String errorMessage)
Set the value related to the column: error_message

Parameters:
errorMessage - the error_message value

getErrorFileName

public String getErrorFileName()
Return the value associated with the column: error_fn


setErrorFileName

public void setErrorFileName(String errorFileName)
Set the value related to the column: error_fn

Parameters:
errorFileName - the error_fn value

getTimeStamp

public Date getTimeStamp()
Return the value associated with the column: time_stamp


setTimeStamp

public void setTimeStamp(Date timeStamp)
Set the value related to the column: time_stamp

Parameters:
timeStamp - the time_stamp value

getStatus

public String getStatus()
Return the value associated with the column: status


setStatus

public void setStatus(String status)
Set the value related to the column: status

Parameters:
status - the status value

getSent

public int getSent()
Return the value associated with the column: sent


setSent

public void setSent(int sent)
Set the value related to the column: sent

Parameters:
sent - the sent value

getFetched

public int getFetched()
Return the value associated with the column: fetched


setFetched

public void setFetched(int fetched)
Set the value related to the column: fetched

Parameters:
fetched - the fetched value

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()


Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.