com.adobe.solutions.prm.sdk.valueobject
Class BaseEntity

java.lang.Object
  extended by com.adobe.solutions.prm.sdk.valueobject.BaseEntity
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExtendableTaggedEntity, LocalUser, Message

public abstract class BaseEntity
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
BaseEntity()
           
 
Method Summary
 String getCreatedBy()
           
 Date getCreationDate()
           
 String getDescription()
           
 String getId()
           
 String getLastUpdatedBy()
           
 Date getLastUpdatedDate()
           
 void setCreatedBy(String createdBy)
           
 void setCreationDate(Date creationDate)
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setLastUpdatedBy(String lastUpdatedBy)
           
 void setLastUpdatedDate(Date lastUpdatedDate)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseEntity

public BaseEntity()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getCreatedBy

public String getCreatedBy()

setCreatedBy

public void setCreatedBy(String createdBy)

getCreationDate

public Date getCreationDate()

setCreationDate

public void setCreationDate(Date creationDate)

getLastUpdatedDate

public Date getLastUpdatedDate()

setLastUpdatedDate

public void setLastUpdatedDate(Date lastUpdatedDate)

getLastUpdatedBy

public String getLastUpdatedBy()

setLastUpdatedBy

public void setLastUpdatedBy(String lastUpdatedBy)


[an error occurred while processing this directive] [an error occurred while processing this directive]