asit.moa.moazs.notifier
Class BaseAppId

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

public abstract class BaseAppId
extends Object
implements Serializable

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.

See Also:
Serialized Form

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

REF

public static String REF

PROP_APP_ID

public static String PROP_APP_ID

PROP_DO_SEND

public static String PROP_DO_SEND

PROP_SEND_ONLY_ERROR

public static String PROP_SEND_ONLY_ERROR

PROP_SEND_AFTER

public static String PROP_SEND_AFTER

PROP_SEND_FETCHED

public static String PROP_SEND_FETCHED
Constructor Detail

BaseAppId

public BaseAppId()

BaseAppId

public BaseAppId(long id)
Constructor for primary key


BaseAppId

public BaseAppId(long id,
                 String appId,
                 int doSend,
                 int sendOnlyError,
                 int sendAfter,
                 int sendFetched)
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

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

getDoSend

public int getDoSend()
Return the value associated with the column: do_send


setDoSend

public void setDoSend(int doSend)
Set the value related to the column: do_send

Parameters:
doSend - the do_send value

getSendOnlyError

public int getSendOnlyError()
Return the value associated with the column: send_only_error


setSendOnlyError

public void setSendOnlyError(int sendOnlyError)
Set the value related to the column: send_only_error

Parameters:
sendOnlyError - the send_only_error value

getSendAfter

public int getSendAfter()
Return the value associated with the column: send_after


setSendAfter

public void setSendAfter(int sendAfter)
Set the value related to the column: send_after

Parameters:
sendAfter - the send_after value

getSendFetched

public int getSendFetched()
Return the value associated with the column: send_fetched


setSendFetched

public void setSendFetched(int sendFetched)
Set the value related to the column: send_fetched

Parameters:
sendFetched - the send_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.