Package | Description |
---|---|
com.crm.dataobject.priceplan |
Modifier and Type | Method and Description |
---|---|
PricePlanClassification |
CRMDOPricePlan.getClassification() |
static PricePlanClassification |
PricePlanClassification.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PricePlanClassification[] |
PricePlanClassification.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<PricePlanClassification> |
PricePlanSearchCriteria.getClassifications() |
Modifier and Type | Method and Description |
---|---|
void |
PricePlanSearchCriteria.setClassification(PricePlanClassification classification) |
void |
CRMDOPricePlan.setClassification(PricePlanClassification classification) |
Modifier and Type | Method and Description |
---|---|
void |
PricePlanSearchCriteria.setClassifications(java.util.ArrayList<PricePlanClassification> classifications) |