| Package | Description |
|---|---|
| com.crm.dataobject.priceplan |
| Modifier and Type | Method and Description |
|---|---|
PricePlanLifeCycleState |
PricePlanSearchCriteria.getLifeCycleState() |
PricePlanLifeCycleState |
CRMDOPricePlan.getLifeCycleState() |
static PricePlanLifeCycleState |
PricePlanLifeCycleState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PricePlanLifeCycleState[] |
PricePlanLifeCycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PricePlanSearchCriteria.setLifeCycleState(PricePlanLifeCycleState lifeCycleState) |
void |
CRMDOPricePlan.setLifeCycleState(PricePlanLifeCycleState lifeCycleState) |