Uses of Class
dev.vality.damsel.domain.ContractActive
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of ContractActive in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return ContractActive Modifier and Type Method Description ContractActiveContractActive. deepCopy()ContractActiveContractStatus. getActive()Methods in dev.vality.damsel.domain with parameters of type ContractActive Modifier and Type Method Description static ContractStatusContractStatus. active(ContractActive value)intContractActive. compareTo(ContractActive other)booleanContractActive. equals(ContractActive that)voidContractStatus. setActive(ContractActive value)Constructors in dev.vality.damsel.domain with parameters of type ContractActive Constructor Description ContractActive(ContractActive other)Performs a deep copy on other.