asit.moa.moazs.notifier
Class AppId

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

public class AppId
extends BaseAppId

See Also:
Serialized Form

Field Summary
 
Fields inherited from class asit.moa.moazs.notifier.BaseAppId
PROP_APP_ID, PROP_DO_SEND, PROP_SEND_AFTER, PROP_SEND_FETCHED, PROP_SEND_ONLY_ERROR, REF
 
Constructor Summary
AppId()
           
AppId(long id)
          Constructor for primary key
AppId(long id, String appId, int doSend, int sendOnlyError, int sendAfter, int sendFetched)
          Constructor for required fields
 
Methods inherited from class asit.moa.moazs.notifier.BaseAppId
equals, getAppId, getDoSend, getId, getSendAfter, getSendFetched, getSendOnlyError, hashCode, initialize, setAppId, setDoSend, setId, setSendAfter, setSendFetched, setSendOnlyError, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AppId

public AppId()

AppId

public AppId(long id)
Constructor for primary key


AppId

public AppId(long id,
             String appId,
             int doSend,
             int sendOnlyError,
             int sendAfter,
             int sendFetched)
Constructor for required fields



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