Package | Description |
---|---|
com.crm.dataobject.billing |
Modifier and Type | Method and Description |
---|---|
UDRLifeCycleState |
CRMDOUdr.getLifeCycleState() |
static UDRLifeCycleState |
UDRLifeCycleState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UDRLifeCycleState[] |
UDRLifeCycleState.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<UDRLifeCycleState> |
UdrSearchCriteria.getExcludeLifeCycleStates() |
java.util.ArrayList<UDRLifeCycleState> |
UdrSearchCriteria.getLifeCycleStates() |
Modifier and Type | Method and Description |
---|---|
void |
UdrSearchCriteria.setExcludeLifeCycleState(UDRLifeCycleState excludeLifeCycleState) |
void |
UdrSearchCriteria.setLifeCycleState(UDRLifeCycleState lifeCycleState) |
void |
CRMDOUdr.setLifeCycleState(UDRLifeCycleState lifeCycleState) |
Modifier and Type | Method and Description |
---|---|
void |
UdrSearchCriteria.setExcludeLifeCycleStates(java.util.ArrayList<UDRLifeCycleState> excludeLifeCycleStates) |
void |
UdrSearchCriteria.setLifeCycleStates(java.util.ArrayList<UDRLifeCycleState> lifeCycleStates) |
Constructor and Description |
---|
CRMDOUdr(java.lang.String id,
java.util.Date createdDate,
java.util.Date fromDate,
UDRLifeCycleState lifeCycleState) |
CRMDOUdr(java.lang.String id,
java.util.Date createdDate,
java.util.Date fromDate,
UDRLifeCycleState lifeCycleState,
java.math.BigDecimal usageAmount) |