org.broadleafcommerce.common.audit
Class Auditable
java.lang.Object
org.broadleafcommerce.common.audit.Auditable
- All Implemented Interfaces:
- Serializable
@Embeddable
public class Auditable
- extends Object
- implements Serializable
- 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
Auditable
public Auditable()
getDateCreated
public Date getDateCreated()
getCreatedBy
public Long getCreatedBy()
getDateUpdated
public Date getDateUpdated()
getUpdatedBy
public Long getUpdatedBy()
setDateCreated
public void setDateCreated(Date dateCreated)
setCreatedBy
public void setCreatedBy(Long createdBy)
setDateUpdated
public void setDateUpdated(Date dateUpdated)
setUpdatedBy
public void setUpdatedBy(Long updatedBy)
Copyright © 2012. All Rights Reserved.