org.restafarian.core.beans
Class PersistentBeanBase

java.lang.Object
  extended by org.restafarian.core.beans.PersistentBeanBase
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LookupTable, LookupTableEntry, LookupTableProperty

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

This abstract class defines the base elements common to all entity beans.

See Also:
Serialized Form

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

PersistentBeanBase

public PersistentBeanBase()
Method Detail

getCreatedBy

public java.lang.String getCreatedBy()

Returns the createdBy.

Returns:
the createdBy

setCreatedBy

public void setCreatedBy(java.lang.String createdBy)

Sets the createdBy.

Parameters:
createdBy - the createdBy to set

getCreationDate

public java.util.Date getCreationDate()

Returns the creationDate.

Returns:
the creationDate

setCreationDate

public void setCreationDate(java.util.Date creationDate)

Sets the creationDate.

Parameters:
creationDate - the creationDate to set

getLastUpdate

public java.util.Date getLastUpdate()

Returns the lastUpdate.

Returns:
the lastUpdate

setLastUpdate

public void setLastUpdate(java.util.Date lastUpdate)

Sets the lastUpdate.

Parameters:
lastUpdate - the lastUpdate to set

getLastUpdateBy

public java.lang.String getLastUpdateBy()

Returns the lastUpdateBy.

Returns:
the lastUpdateBy

setLastUpdateBy

public void setLastUpdateBy(java.lang.String lastUpdateBy)

Sets the lastUpdateBy.

Parameters:
lastUpdateBy - the lastUpdateBy to set


Copyright © 2008. All Rights Reserved.