public class PlanPhaseSpecifier extends Object
PlanPhaseSpecifier specifies the attributes of a PlanPhase| Constructor and Description |
|---|
PlanPhaseSpecifier(String productName,
ProductCategory productCategory,
BillingPeriod billingPeriod,
String priceListName,
PhaseType phaseType) |
| Modifier and Type | Method and Description |
|---|---|
BillingPeriod |
getBillingPeriod() |
PhaseType |
getPhaseType() |
String |
getPriceListName() |
ProductCategory |
getProductCategory() |
String |
getProductName() |
PlanSpecifier |
toPlanSpecifier() |
public PlanPhaseSpecifier(String productName, ProductCategory productCategory, BillingPeriod billingPeriod, String priceListName, PhaseType phaseType)
public String getProductName()
Product namepublic ProductCategory getProductCategory()
ProductCategorypublic BillingPeriod getBillingPeriod()
BillingPeriodpublic String getPriceListName()
PriceListpublic PhaseType getPhaseType()
PhaseTypepublic PlanSpecifier toPlanSpecifier()
PlanSpecifierCopyright © 2010-2016. All Rights Reserved.