asit.moa.moazs.notifier
Class BaseEmailAdressat

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

public abstract class BaseEmailAdressat
extends Object
implements Serializable

This is an object that contains data related to the emailadressat 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_EMAIL
           
static String PROP_NAME
           
static String REF
           
 
Constructor Summary
BaseEmailAdressat()
           
BaseEmailAdressat(long id)
          Constructor for primary key
BaseEmailAdressat(long id, String email, String name)
          Constructor for required fields
 
Method Summary
 boolean equals(Object obj)
           
 String getEmail()
          Return the value associated with the column: email
 long getId()
          Return the unique identifier of this class
 String getName()
          Return the value associated with the column: name
 int hashCode()
           
protected  void initialize()
           
 void setEmail(String email)
          Set the value related to the column: email
 void setId(long id)
          Set the unique identifier of this class
 void setName(String name)
          Set the value related to the column: name
 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_EMAIL

public static String PROP_EMAIL

PROP_NAME

public static String PROP_NAME
Constructor Detail

BaseEmailAdressat

public BaseEmailAdressat()

BaseEmailAdressat

public BaseEmailAdressat(long id)
Constructor for primary key


BaseEmailAdressat

public BaseEmailAdressat(long id,
                         String email,
                         String name)
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

getEmail

public String getEmail()
Return the value associated with the column: email


setEmail

public void setEmail(String email)
Set the value related to the column: email

Parameters:
email - the email value

getName

public String getName()
Return the value associated with the column: name


setName

public void setName(String name)
Set the value related to the column: name

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