|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.aurel.track.beans.base.BaseTEmailProcessedBean
public abstract class BaseTEmailProcessedBean
You should not use this class directly. It should not even be extended; all references should be to TEmailProcessedBean
| 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 |
|---|
public BaseTEmailProcessedBean()
| Method Detail |
|---|
public void setNew(boolean isNew)
public boolean isNew()
public void setModified(boolean isModified)
public boolean isModified()
public java.lang.Integer getObjectID()
public void setObjectID(java.lang.Integer v)
v - new valuepublic java.util.Date getProcessedDate()
public void setProcessedDate(java.util.Date v)
v - new valuepublic java.lang.String getMessageUID()
public void setMessageUID(java.lang.String v)
v - new valuepublic java.lang.String getReceivedAt()
public void setReceivedAt(java.lang.String v)
v - new value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||