public class DefaultCaseBillingAlignment extends DefaultCasePhase<BillingAlignment> implements org.killbill.billing.catalog.api.rules.CaseBillingAlignment, Externalizable
phaseType| Constructor and Description |
|---|
DefaultCaseBillingAlignment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BillingAlignment |
getBillingAlignment() |
PhaseType |
getPhaseType() |
protected BillingAlignment |
getResult() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
DefaultCaseBillingAlignment |
setAlignment(BillingAlignment alignment) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
getCatalog, getResult, getResult, initialize, setPhaseType, validategetBillingPeriod, getPriceList, getProduct, getProductCategory, setBillingPeriod, setPriceList, setProduct, setProductCategorygetResult, getResult, satisfiesCaseclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBillingPeriod, getCatalog, getPriceList, getProduct, getProductCategoryprotected BillingAlignment getResult()
getResult in class DefaultCase<BillingAlignment>public DefaultCaseBillingAlignment setAlignment(BillingAlignment alignment)
public BillingAlignment getBillingAlignment()
getBillingAlignment in interface org.killbill.billing.catalog.api.rules.CaseBillingAlignmentpublic PhaseType getPhaseType()
getPhaseType in interface org.killbill.billing.catalog.api.rules.CasePhasepublic boolean equals(Object o)
equals in class DefaultCasePhase<BillingAlignment>public int hashCode()
hashCode in class DefaultCasePhase<BillingAlignment>public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class DefaultCasePhase<BillingAlignment>IOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class DefaultCasePhase<BillingAlignment>IOExceptionClassNotFoundExceptionCopyright © 2010–2021. All rights reserved.