public class DefaultFixed extends org.killbill.xmlloader.ValidatingConfig<StandaloneCatalog> implements Fixed, Externalizable
| Constructor and Description |
|---|
DefaultFixed() |
DefaultFixed(DefaultFixed in,
PlanPhasePriceOverride override) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
InternationalPrice |
getPrice() |
FixedType |
getType() |
int |
hashCode() |
void |
initialize(StandaloneCatalog root) |
void |
readExternal(ObjectInput in) |
DefaultFixed |
setFixedPrice(DefaultInternationalPrice fixedPrice) |
DefaultFixed |
setType(FixedType type) |
org.killbill.xmlloader.ValidationErrors |
validate(StandaloneCatalog root,
org.killbill.xmlloader.ValidationErrors errors) |
void |
writeExternal(ObjectOutput out) |
public DefaultFixed()
public DefaultFixed(DefaultFixed in, PlanPhasePriceOverride override)
public InternationalPrice getPrice()
public void initialize(StandaloneCatalog root)
initialize in class org.killbill.xmlloader.ValidatingConfig<StandaloneCatalog>public org.killbill.xmlloader.ValidationErrors validate(StandaloneCatalog root, org.killbill.xmlloader.ValidationErrors errors)
validate in class org.killbill.xmlloader.ValidatingConfig<StandaloneCatalog>public DefaultFixed setType(FixedType type)
public DefaultFixed setFixedPrice(DefaultInternationalPrice fixedPrice)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2010–2021. All rights reserved.