public class DefaultCaseChangePlanAlignment extends DefaultCaseChange<PlanAlignmentChange> implements org.killbill.billing.catalog.api.rules.CaseChangePlanAlignment, Externalizable
phaseType| Constructor and Description |
|---|
DefaultCaseChangePlanAlignment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
PlanAlignmentChange |
getAlignment() |
protected PlanAlignmentChange |
getResult() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
DefaultCaseChangePlanAlignment |
setAlignment(PlanAlignmentChange alignment) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
getCatalog, getFromBillingPeriod, getFromPriceList, getFromProduct, getFromProductCategory, getPhaseType, getResult, getResult, getToBillingPeriod, getToPriceList, getToProduct, getToProductCategory, initialize, setFromBillingPeriod, setFromPriceList, setFromProduct, setFromProductCategory, setPhaseType, setToBillingPeriod, setToPriceList, setToProduct, setToProductCategory, validateclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCatalog, getFromBillingPeriod, getFromPriceList, getFromProduct, getFromProductCategory, getPhaseType, getToBillingPeriod, getToPriceList, getToProduct, getToProductCategoryprotected PlanAlignmentChange getResult()
getResult in class DefaultCaseChange<PlanAlignmentChange>public DefaultCaseChangePlanAlignment setAlignment(PlanAlignmentChange alignment)
public PlanAlignmentChange getAlignment()
getAlignment in interface org.killbill.billing.catalog.api.rules.CaseChangePlanAlignmentpublic boolean equals(Object o)
equals in class DefaultCaseChange<PlanAlignmentChange>public int hashCode()
hashCode in class DefaultCaseChange<PlanAlignmentChange>public String toString()
toString in class DefaultCaseChange<PlanAlignmentChange>public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class DefaultCaseChange<PlanAlignmentChange>IOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class DefaultCaseChange<PlanAlignmentChange>IOExceptionClassNotFoundExceptionCopyright © 2010–2021. All rights reserved.