org.broadleafcommerce.openadmin.audit
Class AdminAuditable
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dateCreated
protected Date dateCreated
createdBy
protected Long createdBy
dateUpdated
protected Date dateUpdated
updatedBy
protected Long updatedBy
AdminAuditable
public AdminAuditable()
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.