Uses of Class
dev.vality.fistful.deposit.StatusChange
| Package | Description |
|---|---|
| dev.vality.fistful.deposit |
-
Uses of StatusChange in dev.vality.fistful.deposit
Methods in dev.vality.fistful.deposit that return StatusChange Modifier and Type Method Description StatusChangeStatusChange. deepCopy()StatusChangeChange. getStatusChanged()StatusChangeStatusChange. setStatus(Status status)Methods in dev.vality.fistful.deposit 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 with parameters of type StatusChange Constructor Description StatusChange(StatusChange other)Performs a deep copy on other.