org.broadleafcommerce.openadmin.audit
Class AdminAuditable

java.lang.Object
  extended by org.broadleafcommerce.openadmin.audit.AdminAuditable
All Implemented Interfaces:
Serializable, SandBoxNonProductionSkip, AdminAudit

@Embeddable
public class AdminAuditable
extends Object
implements Serializable, SandBoxNonProductionSkip, AdminAudit

See Also:
Serialized Form

Field Summary
protected  Long createdBy
           
protected  Date dateCreated
           
protected  Date dateUpdated
           
protected  Long updatedBy
           
 
Constructor Summary
AdminAuditable()
           
 
Method Summary
 Long getCreatedBy()
           
 Date getDateCreated()
           
 Date getDateUpdated()
           
 Long getUpdatedBy()
           
 void setCreatedBy(Long createdBy)
           
 void setDateCreated(Date dateCreated)
           
 void setDateUpdated(Date dateUpdated)
           
 void setUpdatedBy(Long updatedBy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dateCreated

protected Date dateCreated

createdBy

protected Long createdBy

dateUpdated

protected Date dateUpdated

updatedBy

protected Long updatedBy
Constructor Detail

AdminAuditable

public AdminAuditable()
Method Detail

getDateCreated

public Date getDateCreated()
Specified by:
getDateCreated in interface AdminAudit

getDateUpdated

public Date getDateUpdated()
Specified by:
getDateUpdated in interface AdminAudit

setDateCreated

public void setDateCreated(Date dateCreated)
Specified by:
setDateCreated in interface AdminAudit

setDateUpdated

public void setDateUpdated(Date dateUpdated)
Specified by:
setDateUpdated in interface AdminAudit

getCreatedBy

public Long getCreatedBy()
Specified by:
getCreatedBy in interface AdminAudit

setCreatedBy

public void setCreatedBy(Long createdBy)
Specified by:
setCreatedBy in interface AdminAudit

getUpdatedBy

public Long getUpdatedBy()
Specified by:
getUpdatedBy in interface AdminAudit

setUpdatedBy

public void setUpdatedBy(Long updatedBy)
Specified by:
setUpdatedBy in interface AdminAudit


Copyright © 2013. All Rights Reserved.