Interface CaseChange
-
- All Known Subinterfaces:
CaseChangePlanAlignment,CaseChangePlanPolicy
public interface CaseChange
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StaticCataloggetCatalog()BillingPeriodgetFromBillingPeriod()PriceListgetFromPriceList()ProductgetFromProduct()ProductCategorygetFromProductCategory()PhaseTypegetPhaseType()BillingPeriodgetToBillingPeriod()PriceListgetToPriceList()ProductgetToProduct()ProductCategorygetToProductCategory()
-
-
-
Method Detail
-
getCatalog
StaticCatalog getCatalog()
-
getPhaseType
PhaseType getPhaseType()
-
getFromProduct
Product getFromProduct()
-
getFromProductCategory
ProductCategory getFromProductCategory()
-
getFromBillingPeriod
BillingPeriod getFromBillingPeriod()
-
getFromPriceList
PriceList getFromPriceList()
-
getToProduct
Product getToProduct()
-
getToProductCategory
ProductCategory getToProductCategory()
-
getToBillingPeriod
BillingPeriod getToBillingPeriod()
-
getToPriceList
PriceList getToPriceList()
-
-