Package | Description |
---|---|
com.crm.dataobject.wallets |
Modifier and Type | Method and Description |
---|---|
java.util.Set<CRMDOWalletAllotmentCondition> |
CRMDOWalletAllotmentGroupCondition.getConditions() |
java.util.Set<CRMDOWalletAllotmentCondition> |
CRMDOWalletAllotmentGroupCondition.getDayOfWeekConditions() |
java.util.Set<CRMDOWalletAllotmentCondition> |
CRMDOWalletAllotment.getDayOfWeekConditions() |
java.util.Set<CRMDOWalletAllotmentCondition> |
CRMDOWalletAllotmentGroupCondition.getProductConditions() |
java.util.Set<CRMDOWalletAllotmentCondition> |
CRMDOWalletAllotment.getProductConditions() |
java.util.Set<CRMDOWalletAllotmentCondition> |
CRMDOWalletAllotmentGroupCondition.getTimeConditions() |
java.util.Set<CRMDOWalletAllotmentCondition> |
CRMDOWalletAllotment.getTimeConditions() |
java.util.Set<CRMDOWalletAllotmentCondition> |
CRMDOWalletAllotmentGroupCondition.getUnitConditions() |
java.util.Set<CRMDOWalletAllotmentCondition> |
CRMDOWalletAllotment.getUnitConditions() |
Modifier and Type | Method and Description |
---|---|
void |
CRMDOWalletAllotmentGroupCondition.setConditions(java.util.Set<CRMDOWalletAllotmentCondition> conditions) |
void |
CRMDOWalletAllotmentGroupCondition.setDayOfWeekConditions(java.util.Set<CRMDOWalletAllotmentCondition> dayOfWeekConditions) |
void |
CRMDOWalletAllotment.setDayOfWeekConditions(java.util.Set<CRMDOWalletAllotmentCondition> dayOfWeekConditions) |
void |
CRMDOWalletAllotmentGroupCondition.setProductConditions(java.util.Set<CRMDOWalletAllotmentCondition> productConditions) |
void |
CRMDOWalletAllotment.setProductConditions(java.util.Set<CRMDOWalletAllotmentCondition> productConditions) |
void |
CRMDOWalletAllotmentGroupCondition.setTimeConditions(java.util.Set<CRMDOWalletAllotmentCondition> timeConditions) |
void |
CRMDOWalletAllotment.setTimeConditions(java.util.Set<CRMDOWalletAllotmentCondition> timeConditions) |
void |
CRMDOWalletAllotmentGroupCondition.setUnitConditions(java.util.Set<CRMDOWalletAllotmentCondition> unitConditions) |
void |
CRMDOWalletAllotment.setUnitConditions(java.util.Set<CRMDOWalletAllotmentCondition> unitConditions) |