public class ReconciliationEventVO
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ReconciliationEventVO.ReconciliationState
Represents stage of reconciliation process.
|
Constructor and Description |
---|
ReconciliationEventVO(ReconciliationEventVO.ReconciliationState state,
long accountId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
long |
getAccountId() |
ReconciliationEventVO.ReconciliationState |
getState() |
int |
hashCode() |
java.lang.String |
toString() |
public ReconciliationEventVO(ReconciliationEventVO.ReconciliationState state, long accountId)
public ReconciliationEventVO.ReconciliationState getState()
public long getAccountId()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object