com.aurel.track.beans.base
Class BaseTEmailProcessedBean

java.lang.Object
  extended by com.aurel.track.beans.base.BaseTEmailProcessedBean
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TEmailProcessedBean

public abstract class BaseTEmailProcessedBean
extends java.lang.Object
implements java.io.Serializable

You should not use this class directly. It should not even be extended; all references should be to TEmailProcessedBean

See Also:
Serialized Form

Constructor Summary
BaseTEmailProcessedBean()
           
 
Method Summary
 java.lang.String getMessageUID()
          Get the MessageUID
 java.lang.Integer getObjectID()
          Get the ObjectID
 java.util.Date getProcessedDate()
          Get the ProcessedDate
 java.lang.String getReceivedAt()
          Get the ReceivedAt
 boolean isModified()
          returns whether the bean or the object it was created from was modified since the object was last read from the database
 boolean isNew()
          returns whether the bean exists in the database
 void setMessageUID(java.lang.String v)
          Set the value of MessageUID
 void setModified(boolean isModified)
          sets whether the bean or the object it was created from was modified since the object was last read from the database
 void setNew(boolean isNew)
          sets whether the bean exists in the database
 void setObjectID(java.lang.Integer v)
          Set the value of ObjectID
 void setProcessedDate(java.util.Date v)
          Set the value of ProcessedDate
 void setReceivedAt(java.lang.String v)
          Set the value of ReceivedAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseTEmailProcessedBean

public BaseTEmailProcessedBean()
Method Detail

setNew

public void setNew(boolean isNew)
sets whether the bean exists in the database


isNew

public boolean isNew()
returns whether the bean exists in the database


setModified

public void setModified(boolean isModified)
sets whether the bean or the object it was created from was modified since the object was last read from the database


isModified

public boolean isModified()
returns whether the bean or the object it was created from was modified since the object was last read from the database


getObjectID

public java.lang.Integer getObjectID()
Get the ObjectID

Returns:
Integer

setObjectID

public void setObjectID(java.lang.Integer v)
Set the value of ObjectID

Parameters:
v - new value

getProcessedDate

public java.util.Date getProcessedDate()
Get the ProcessedDate

Returns:
Date

setProcessedDate

public void setProcessedDate(java.util.Date v)
Set the value of ProcessedDate

Parameters:
v - new value

getMessageUID

public java.lang.String getMessageUID()
Get the MessageUID

Returns:
String

setMessageUID

public void setMessageUID(java.lang.String v)
Set the value of MessageUID

Parameters:
v - new value

getReceivedAt

public java.lang.String getReceivedAt()
Get the ReceivedAt

Returns:
String

setReceivedAt

public void setReceivedAt(java.lang.String v)
Set the value of ReceivedAt

Parameters:
v - new value


Issue Tracking with Track+: Home Page      Copyright © 2008 Trackplus. All Rights Reserved.