Uses of Class
dev.vality.fistful.deposit.revert.StatusChange
| Package | Description |
|---|---|
| dev.vality.fistful.deposit.revert |
-
Uses of StatusChange in dev.vality.fistful.deposit.revert
Methods in dev.vality.fistful.deposit.revert that return StatusChange Modifier and Type Method Description StatusChangeStatusChange. deepCopy()StatusChangeChange. getStatusChanged()StatusChangeStatusChange. setStatus(Status status)Methods in dev.vality.fistful.deposit.revert with parameters of type StatusChange Modifier and Type Method Description intStatusChange. compareTo(StatusChange other)booleanStatusChange. equals(StatusChange that)voidChange. setStatusChanged(StatusChange value)static ChangeChange. status_changed(StatusChange value)Constructors in dev.vality.fistful.deposit.revert with parameters of type StatusChange Constructor Description StatusChange(StatusChange other)Performs a deep copy on other.