Uses of Class
dev.vality.damsel.domain.PaymentInstitutionObject
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of PaymentInstitutionObject in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return PaymentInstitutionObject Modifier and Type Method Description PaymentInstitutionObjectPaymentInstitutionObject. deepCopy()PaymentInstitutionObjectDomainObject. getPaymentInstitution()PaymentInstitutionObjectPaymentInstitutionObject. setData(PaymentInstitution data)PaymentInstitutionObjectPaymentInstitutionObject. setRef(PaymentInstitutionRef ref)Methods in dev.vality.damsel.domain with parameters of type PaymentInstitutionObject Modifier and Type Method Description intPaymentInstitutionObject. compareTo(PaymentInstitutionObject other)booleanPaymentInstitutionObject. equals(PaymentInstitutionObject that)static DomainObjectDomainObject. payment_institution(PaymentInstitutionObject value)voidDomainObject. setPaymentInstitution(PaymentInstitutionObject value)Constructors in dev.vality.damsel.domain with parameters of type PaymentInstitutionObject Constructor Description PaymentInstitutionObject(PaymentInstitutionObject other)Performs a deep copy on other.