asit.moa.moazs.notifier
Class BaseAppIdUser

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

public abstract class BaseAppIdUser
extends Object
implements Serializable

This is an object that contains data related to the appuser 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 REF
           
 
Constructor Summary
BaseAppIdUser()
           
BaseAppIdUser(long id)
          Constructor for primary key
 
Method Summary
 boolean equals(Object obj)
           
 EmailAdressat getAdressat()
          Return the value associated with the column: adressat_id
 AppId getAppId()
          Return the value associated with the column: app_id
 long getId()
          Return the unique identifier of this class
 int hashCode()
           
protected  void initialize()
           
 void setAdressat(EmailAdressat adressat)
          Set the value related to the column: adressat_id
 void setAppId(AppId appId)
          Set the value related to the column: app_id
 void setId(long id)
          Set the unique identifier of this class
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

REF

public static String REF
Constructor Detail

BaseAppIdUser

public BaseAppIdUser()

BaseAppIdUser

public BaseAppIdUser(long id)
Constructor for primary key

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

getAdressat

public EmailAdressat getAdressat()
Return the value associated with the column: adressat_id


setAdressat

public void setAdressat(EmailAdressat adressat)
Set the value related to the column: adressat_id

Parameters:
adressat - the adressat_id value

getAppId

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


setAppId

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

Parameters:
appId - the app_id 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.