public class DefaultOverdueChangeEvent extends BusEventBase implements OverdueChangeInternalEvent
BusInternalEvent.BusInternalEventType| Constructor and Description |
|---|
DefaultOverdueChangeEvent(UUID overdueObjectId,
String previousOverdueStateName,
String nextOverdueStateName,
Boolean isBlockedBilling,
Boolean isUnblockedBilling,
Long searchKey1,
Long searchKey2,
UUID userToken) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BusInternalEvent.BusInternalEventType |
getBusEventType() |
String |
getNextOverdueStateName() |
UUID |
getOverdueObjectId() |
String |
getPreviousOverdueStateName() |
int |
hashCode() |
Boolean |
isBlockedBilling() |
Boolean |
isUnblockedBilling() |
String |
toString() |
getSearchKey1, getSearchKey2, getUserTokenpublic BusInternalEvent.BusInternalEventType getBusEventType()
getBusEventType in interface BusInternalEventpublic String getPreviousOverdueStateName()
getPreviousOverdueStateName in interface OverdueChangeInternalEventpublic UUID getOverdueObjectId()
getOverdueObjectId in interface OverdueChangeInternalEventpublic String getNextOverdueStateName()
getNextOverdueStateName in interface OverdueChangeInternalEventpublic Boolean isBlockedBilling()
isBlockedBilling in interface OverdueChangeInternalEventpublic Boolean isUnblockedBilling()
isUnblockedBilling in interface OverdueChangeInternalEventpublic boolean equals(Object o)
equals in class BusEventBasepublic int hashCode()
hashCode in class BusEventBaseCopyright © 2010-2016. All Rights Reserved.