|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.w3c.jpa3.AbstractObject
org.opencrx.kernel.product1.jpa3.PriceModifier
org.opencrx.kernel.product1.jpa3.DiscountPriceModifier
public class DiscountPriceModifier
Class DiscountPriceModifier
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.w3c.jpa3.AbstractObject |
|---|
org.w3c.jpa3.AbstractObject.AbstractStateAccessor, org.w3c.jpa3.AbstractObject.EmbeddedList<E>, org.w3c.jpa3.AbstractObject.EmbeddedSet<E>, org.w3c.jpa3.AbstractObject.ObjectState, org.w3c.jpa3.AbstractObject.SlicedList<E,S>, org.w3c.jpa3.AbstractObject.SlicedMap<E,S>, org.w3c.jpa3.AbstractObject.SlicedSet<E,S> |
| Nested classes/interfaces inherited from interface org.opencrx.kernel.product1.cci2.PriceModifier |
|---|
PriceModifier.Identity |
| Field Summary |
|---|
| Fields inherited from class org.opencrx.kernel.product1.jpa3.PriceModifier |
|---|
createdAt, identity, modifiedAt |
| Constructor Summary | |
|---|---|
DiscountPriceModifier()
Constructor |
|
| Method Summary | |
|---|---|
BigDecimal |
getDiscount()
Retrieves the possibly null value for the optional attribute discount. |
Boolean |
isDiscountIsPercentage()
Retrieves the possibly null value for the optional attribute discountIsPercentage. |
void |
setDiscount(BigDecimal discount)
Sets a new value for the attribute discount. |
void |
setDiscountIsPercentage(Boolean discountIsPercentage)
Sets a new value for the attribute discountIsPercentage. |
| Methods inherited from class org.w3c.jpa3.AbstractObject |
|---|
openmdxjdoMakeDirty, openmdxjdoSetArray, openmdxjdoSetCollection, openmdxjdoToArray, openmdxjdoToArray |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opencrx.kernel.product1.cci2.PriceModifier |
|---|
getDescription, getQuantityFrom, getQuantityTo, setDescription, setQuantityFrom, setQuantityTo |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapable |
|---|
getContext |
| Methods inherited from interface org.openmdx.base.cci2.Creatable |
|---|
getCreatedAt, getCreatedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.base.cci2.Modifiable |
|---|
getModifiedAt, getModifiedBy |
| Constructor Detail |
|---|
public DiscountPriceModifier()
| Method Detail |
|---|
public final Boolean isDiscountIsPercentage()
discountIsPercentage.
isDiscountIsPercentage in interface DiscountPriceModifierdiscountIsPercentage.public void setDiscountIsPercentage(Boolean discountIsPercentage)
discountIsPercentage.
setDiscountIsPercentage in interface DiscountPriceModifierdiscountIsPercentage - The possibly null new value for attribute discountIsPercentage.public final BigDecimal getDiscount()
discount.
getDiscount in interface DiscountPriceModifierdiscount.public void setDiscount(BigDecimal discount)
discount.
setDiscount in interface DiscountPriceModifierdiscount - The possibly null new value for attribute discount.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||