Uses of Class
dev.vality.damsel.domain.ContractActive
Packages that use ContractActive
-
Uses of ContractActive in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return ContractActiveMethods in dev.vality.damsel.domain with parameters of type ContractActiveModifier and TypeMethodDescriptionstatic 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 ContractActiveModifierConstructorDescriptionContractActive(ContractActive other) Performs a deep copy on other.