Uses of Class
dev.vality.damsel.domain.Blocked
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of Blocked in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return Blocked Modifier and Type Method Description BlockedBlocked. deepCopy()BlockedBlocking. getBlocked()BlockedBlocked. setReason(String reason)BlockedBlocked. setSince(String since)Methods in dev.vality.damsel.domain with parameters of type Blocked Modifier and Type Method Description static BlockingBlocking. blocked(Blocked value)intBlocked. compareTo(Blocked other)booleanBlocked. equals(Blocked that)voidBlocking. setBlocked(Blocked value)Constructors in dev.vality.damsel.domain with parameters of type Blocked Constructor Description Blocked(Blocked other)Performs a deep copy on other.