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 |
---|---|
void |
CRMDOUdr.setLifeCycleState(UDRLifeCycleState lifeCycleState) |
Constructor and Description |
---|
CRMDOUdr(java.lang.String id,
java.util.Date createdDate,
java.util.Date fromDate,
UDRLifeCycleState lifeCycleState) |