Interface BaseEntitlementWithAddOnsSpecifier
-
public interface BaseEntitlementWithAddOnsSpecifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.joda.time.DateTimegetBillingEffectiveDate()StringgetBundleExternalKey()UUIDgetBundleId()org.joda.time.DateTimegetEntitlementEffectiveDate()Iterable<EntitlementSpecifier>getEntitlementSpecifier()booleanisMigrated()
-
-
-
Method Detail
-
getBundleId
UUID getBundleId()
- Returns:
- the bundle Id
-
getBundleExternalKey
String getBundleExternalKey()
- Returns:
- the bundle external key
-
getEntitlementSpecifier
Iterable<EntitlementSpecifier> getEntitlementSpecifier()
- Returns:
- the list of entitlement specifiers
-
getEntitlementEffectiveDate
org.joda.time.DateTime getEntitlementEffectiveDate()
- Returns:
- the effective date of the entitlement
-
getBillingEffectiveDate
org.joda.time.DateTime getBillingEffectiveDate()
- Returns:
- the billing effective date
-
isMigrated
boolean isMigrated()
- Returns:
- whether the entitlement is migrated
-
-