Package | Description |
---|---|
com.crm.dataobject.billing |
Modifier and Type | Method and Description |
---|---|
BillLifeCycleState |
CRMDOBill.getLifeCycleState() |
static BillLifeCycleState |
BillLifeCycleState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BillLifeCycleState[] |
BillLifeCycleState.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<BillLifeCycleState> |
BillSearchCriteria.getLifeCycleStates() |
Modifier and Type | Method and Description |
---|---|
void |
CRMDOBill.setLifeCycleState(BillLifeCycleState lifeCycleState) |
void |
BillSearchCriteria.setLifeCycleState(BillLifeCycleState lifeCycleState) |
Modifier and Type | Method and Description |
---|---|
void |
BillSearchCriteria.setLifeCycleStates(java.util.ArrayList<BillLifeCycleState> lifeCycleStates) |