Package | Description |
---|---|
com.crm.dataobject.wallets |
Modifier and Type | Method and Description |
---|---|
CRMDOWalletAllotment |
CRMDOWalletAllotmentAllocation.getCreditWalletAllotment() |
CRMDOWalletAllotment |
CRMDOWalletAllotmentAllocation.getDebitWalletAllotment() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<CRMDOWalletAllotment> |
CRMDOWalletTransaction.getAllotments() |
java.util.Set<CRMDOWalletAllotment> |
CRMDOWalletAllotmentGroupCondition.getAllotments() |
java.util.Set<CRMDOWalletAllotment> |
CRMDOWallet.getAllotments() |
java.util.Set<CRMDOWalletAllotment> |
CRMDOWalletTransaction.getCreditWalletAllotments() |
java.util.Set<CRMDOWalletAllotment> |
CRMDOWalletTransaction.getDebitWalletAllotments() |
Modifier and Type | Method and Description |
---|---|
void |
CRMDOWalletAllotmentAllocation.setCreditWalletAllotment(CRMDOWalletAllotment creditWalletAllotment) |
void |
CRMDOWalletAllotmentAllocation.setDebitWalletAllotment(CRMDOWalletAllotment debitWalletAllotment) |
Modifier and Type | Method and Description |
---|---|
void |
CRMDOWalletTransaction.setAllotments(java.util.Set<CRMDOWalletAllotment> allotments) |
void |
CRMDOWalletAllotmentGroupCondition.setAllotments(java.util.Set<CRMDOWalletAllotment> allotments) |
void |
CRMDOWallet.setAllotments(java.util.Set<CRMDOWalletAllotment> allotments) |
void |
CRMDOWalletTransaction.setCreditWalletAllotments(java.util.Set<CRMDOWalletAllotment> creditWalletAllotments) |
void |
CRMDOWalletTransaction.setDebitWalletAllotments(java.util.Set<CRMDOWalletAllotment> debitWalletAllotments) |