public class PlanSpecifier extends Object
PlanSpecifier specifies the attributes of a Plan| Constructor and Description |
|---|
PlanSpecifier(PlanPhaseSpecifier planPhase) |
PlanSpecifier(String productName,
ProductCategory productCategory,
BillingPeriod billingPeriod,
String priceListName) |
| Modifier and Type | Method and Description |
|---|---|
BillingPeriod |
getBillingPeriod() |
String |
getPriceListName() |
ProductCategory |
getProductCategory() |
String |
getProductName() |
public PlanSpecifier(String productName, ProductCategory productCategory, BillingPeriod billingPeriod, String priceListName)
public PlanSpecifier(PlanPhaseSpecifier planPhase)
public String getProductName()
public ProductCategory getProductCategory()
ProductCategorypublic BillingPeriod getBillingPeriod()
BillingPeriodpublic String getPriceListName()
PriceListCopyright © 2010-2014. All Rights Reserved.