Class Transaction
java.lang.Object
com.bluebell.greenhouse.platform.models.core.entities.AbstractAuditableEntity
com.bluebell.greenhouse.platform.models.core.entities.transaction.Transaction
- All Implemented Interfaces:
GenericEntity, Comparable<Transaction>
Class representation of an account transaction.
- Version:
- 3.0.4
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintDefines the sort order.booleanDefines an objects equivalence with this entity.inthashCode()Computes the hash code.Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface GenericEntity
getCreatedAt, getId, getModifiedAt, isCreatedAtInferred
-
Constructor Details
-
Transaction
public Transaction()
-
-
Method Details
-
equals
-
hashCode
-
compareTo
Defines the sort order.- Specified by:
compareToin interfaceComparable<Transaction>- Parameters:
o-Transaction- Returns:
- sort order
-