asit.moa.moazs.notifier
Class BaseLogEntry

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

public abstract class BaseLogEntry
extends Object
implements Serializable

This is an object that contains data related to the logEntry 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
BaseLogEntry()
           
BaseLogEntry(long id)
          Constructor for primary key
BaseLogEntry(long id, String name, String email)
          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
 ProtocolEntry getProtId()
          Return the value associated with the column: protocol_id
 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
 void setProtId(ProtocolEntry protId)
          Set the value related to the column: protocol_id
 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_NAME

public static String PROP_NAME

PROP_EMAIL

public static String PROP_EMAIL
Constructor Detail

BaseLogEntry

public BaseLogEntry()

BaseLogEntry

public BaseLogEntry(long id)
Constructor for primary key


BaseLogEntry

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

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

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

getProtId

public ProtocolEntry getProtId()
Return the value associated with the column: protocol_id


setProtId

public void setProtId(ProtocolEntry protId)
Set the value related to the column: protocol_id

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