Uses of Class
dev.vality.damsel.domain.ContractAdjustment
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of ContractAdjustment in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type ContractAdjustment Modifier and Type Field Description List<ContractAdjustment>Contract. adjustmentsMethods in dev.vality.damsel.domain that return ContractAdjustment Modifier and Type Method Description ContractAdjustmentContractAdjustment. deepCopy()ContractAdjustmentContractAdjustment. setCreatedAt(String created_at)ContractAdjustmentContractAdjustment. setId(String id)ContractAdjustmentContractAdjustment. setTerms(TermSetHierarchyRef terms)ContractAdjustmentContractAdjustment. setValidSince(String valid_since)ContractAdjustmentContractAdjustment. setValidUntil(String valid_until)Methods in dev.vality.damsel.domain that return types with arguments of type ContractAdjustment Modifier and Type Method Description List<ContractAdjustment>Contract. getAdjustments()Iterator<ContractAdjustment>Contract. getAdjustmentsIterator()Methods in dev.vality.damsel.domain with parameters of type ContractAdjustment Modifier and Type Method Description voidContract. addToAdjustments(ContractAdjustment elem)intContractAdjustment. compareTo(ContractAdjustment other)booleanContractAdjustment. equals(ContractAdjustment that)Method parameters in dev.vality.damsel.domain with type arguments of type ContractAdjustment Modifier and Type Method Description ContractContract. setAdjustments(List<ContractAdjustment> adjustments)Constructors in dev.vality.damsel.domain with parameters of type ContractAdjustment Constructor Description ContractAdjustment(ContractAdjustment other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.domain with type arguments of type ContractAdjustment Constructor Description Contract(String id, String created_at, ContractStatus status, TermSetHierarchyRef terms, List<ContractAdjustment> adjustments, List<PayoutTool> payout_tools) -
Uses of ContractAdjustment in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return ContractAdjustment Modifier and Type Method Description ContractAdjustmentContractEffect. getAdjustmentCreated()Methods in dev.vality.damsel.payment_processing with parameters of type ContractAdjustment Modifier and Type Method Description static ContractEffectContractEffect. adjustment_created(ContractAdjustment value)voidContractEffect. setAdjustmentCreated(ContractAdjustment value)