|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.restafarian.core.beans.PersistentBeanBase
public abstract class PersistentBeanBase
This abstract class defines the base elements common to all entity beans.
| Constructor Summary | |
|---|---|
PersistentBeanBase()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCreatedBy()
Returns the createdBy. |
java.util.Date |
getCreationDate()
Returns the creationDate. |
java.util.Date |
getLastUpdate()
Returns the lastUpdate. |
java.lang.String |
getLastUpdateBy()
Returns the lastUpdateBy. |
void |
setCreatedBy(java.lang.String createdBy)
Sets the createdBy. |
void |
setCreationDate(java.util.Date creationDate)
Sets the creationDate. |
void |
setLastUpdate(java.util.Date lastUpdate)
Sets the lastUpdate. |
void |
setLastUpdateBy(java.lang.String lastUpdateBy)
Sets the lastUpdateBy. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PersistentBeanBase()
| Method Detail |
|---|
public java.lang.String getCreatedBy()
Returns the createdBy.
public void setCreatedBy(java.lang.String createdBy)
Sets the createdBy.
createdBy - the createdBy to setpublic java.util.Date getCreationDate()
Returns the creationDate.
public void setCreationDate(java.util.Date creationDate)
Sets the creationDate.
creationDate - the creationDate to setpublic java.util.Date getLastUpdate()
Returns the lastUpdate.
public void setLastUpdate(java.util.Date lastUpdate)
Sets the lastUpdate.
lastUpdate - the lastUpdate to setpublic java.lang.String getLastUpdateBy()
Returns the lastUpdateBy.
public void setLastUpdateBy(java.lang.String lastUpdateBy)
Sets the lastUpdateBy.
lastUpdateBy - the lastUpdateBy to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||