Interface Case
-
- All Known Subinterfaces:
CaseBillingAlignment,CaseCancelPolicy,CaseCreateAlignment,CasePhase,CasePriceList
public interface Case
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BillingPeriodgetBillingPeriod()StaticCataloggetCatalog()PriceListgetPriceList()ProductgetProduct()ProductCategorygetProductCategory()
-
-
-
Method Detail
-
getCatalog
StaticCatalog getCatalog()
-
getProduct
Product getProduct()
-
getProductCategory
ProductCategory getProductCategory()
-
getBillingPeriod
BillingPeriod getBillingPeriod()
-
getPriceList
PriceList getPriceList()
-
-