public class DefaultAuditLogWithHistory<E extends org.killbill.billing.util.entity.Entity> extends DefaultAuditLog implements org.killbill.billing.util.audit.AuditLogWithHistory<E>
createdDate, id, updatedDate| Constructor and Description |
|---|
DefaultAuditLogWithHistory(E entity,
AuditLogModelDao auditLogModelDao,
org.killbill.billing.ObjectType objectType,
java.util.UUID auditedEntityId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
E |
getEntity() |
int |
hashCode() |
java.lang.String |
toString() |
getAuditedEntityId, getAuditedObjectType, getChangeType, getComment, getCreatedDate, getReasonCode, getUserName, getUserTokengetId, getUpdatedDate, safeCompareTo, setCreatedDate, setId, setUpdatedDateclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAuditedEntityId, getAuditedObjectType, getChangeType, getComment, getCreatedDate, getReasonCode, getUserName, getUserTokengetId, getUpdatedDatepublic DefaultAuditLogWithHistory(E entity, AuditLogModelDao auditLogModelDao, org.killbill.billing.ObjectType objectType, java.util.UUID auditedEntityId)
public E getEntity()
getEntity in interface org.killbill.billing.util.audit.AuditLogWithHistory<E extends org.killbill.billing.util.entity.Entity>public java.lang.String toString()
toString in class DefaultAuditLogpublic boolean equals(java.lang.Object o)
equals in class DefaultAuditLogpublic int hashCode()
hashCode in class DefaultAuditLogCopyright © 2010-2020. All Rights Reserved.