public abstract class DefaultCasePhase<T> extends DefaultCaseStandardNaming<T>
| Constructor and Description |
|---|
DefaultCasePhase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static <K> K |
getResult(DefaultCasePhase<K>[] cases,
PlanPhaseSpecifier planSpec,
StaticCatalog catalog) |
T |
getResult(PlanPhaseSpecifier specifier,
StaticCatalog c) |
int |
hashCode() |
DefaultCasePhase<T> |
setPhaseType(PhaseType phaseType) |
org.killbill.xmlloader.ValidationErrors |
validate(StandaloneCatalog catalog,
org.killbill.xmlloader.ValidationErrors errors) |
getBillingPeriod, getPriceList, getProduct, getProductCategory, setBillingPeriod, setPriceList, setProduct, setProductCategorygetResult, getResult, getResult, satisfiesCaseprotected PhaseType phaseType
public T getResult(PlanPhaseSpecifier specifier, StaticCatalog c) throws CatalogApiException
CatalogApiExceptionpublic static <K> K getResult(DefaultCasePhase<K>[] cases, PlanPhaseSpecifier planSpec, StaticCatalog catalog) throws CatalogApiException
CatalogApiExceptionpublic org.killbill.xmlloader.ValidationErrors validate(StandaloneCatalog catalog, org.killbill.xmlloader.ValidationErrors errors)
validate in class DefaultCase<T>public DefaultCasePhase<T> setPhaseType(PhaseType phaseType)
public boolean equals(Object o)
equals in class DefaultCaseStandardNaming<T>public int hashCode()
hashCode in class DefaultCaseStandardNaming<T>Copyright © 2010-2016. All Rights Reserved.