Package | Description |
---|---|
com.crm.dataobject.subscriptions |
Modifier and Type | Method and Description |
---|---|
SubServiceLifeCycleStateHistoryRatingState |
CRMDOSubServiceLifeCycleStateHistory.getPrevRatingState() |
SubServiceLifeCycleStateHistoryRatingState |
CRMDOSubServiceLifeCycleStateHistory.getRatingState() |
static SubServiceLifeCycleStateHistoryRatingState |
SubServiceLifeCycleStateHistoryRatingState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubServiceLifeCycleStateHistoryRatingState[] |
SubServiceLifeCycleStateHistoryRatingState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CRMDOSubServiceLifeCycleStateHistory.setPrevRatingState(SubServiceLifeCycleStateHistoryRatingState prevRatingState) |
void |
CRMDOSubServiceLifeCycleStateHistory.setRatingState(SubServiceLifeCycleStateHistoryRatingState ratingState) |
Constructor and Description |
---|
CRMDOSubServiceLifeCycleStateHistory(java.lang.String id,
java.util.Date fromDate,
java.util.Date toDate,
java.util.Date billingEffectiveDate,
java.util.Date billablePeriodStartDate,
java.util.Date latestRateTodate,
BillingDirectiveState billingDirective,
SubscriptionServiceLifeCycleState lifeCycleState,
SubServiceLifeCycleStateHistoryRatingState ratingState,
java.util.Date createdDate) |