Package | Description |
---|---|
com.crm.dataobject.pricing |
Modifier and Type | Method and Description |
---|---|
PriceTargetProfileClassification |
PriceTargetProfileSearchCriteria.getClassification() |
PriceTargetProfileClassification |
CRMDOPriceTargetProfile.getClassification() |
static PriceTargetProfileClassification |
PriceTargetProfileClassification.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PriceTargetProfileClassification[] |
PriceTargetProfileClassification.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<PriceTargetProfileClassification> |
PriceTargetProfileSearchCriteria.getClassifications() |
Modifier and Type | Method and Description |
---|---|
void |
PriceTargetProfileSearchCriteria.setClassification(PriceTargetProfileClassification classification) |
void |
CRMDOPriceTargetProfile.setClassification(PriceTargetProfileClassification classification) |
Modifier and Type | Method and Description |
---|---|
void |
PriceTargetProfileSearchCriteria.setClassifications(java.util.ArrayList<PriceTargetProfileClassification> classifications) |