Package org.killbill.billing.util.entity
Interface Entity
-
- All Known Subinterfaces:
Account,AccountEmail,AuditLog,AuditLogWithHistory<E>,Blockable,BlockingState,ControlTag,CustomField,Entitlement,Invoice,InvoiceFormatter,InvoiceItem,InvoiceItemFormatter,InvoiceParentChild,InvoicePayment,Payment,PaymentAttempt,PaymentMethod,PaymentTransaction,Subscription,SubscriptionBundle,Tag,TagDefinition,Tenant,TenantKV
public interface Entity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.joda.time.DateTimegetCreatedDate()UUIDgetId()org.joda.time.DateTimegetUpdatedDate()
-
-
-
Method Detail
-
getId
UUID getId()
- Returns:
- the UUID of the object
-
getCreatedDate
org.joda.time.DateTime getCreatedDate()
- Returns:
- the createdDate of that object
-
getUpdatedDate
org.joda.time.DateTime getUpdatedDate()
- Returns:
- the last updatedDate of that object
-
-