org.opencrx.kernel.product1.jpa3
Class LinearPriceModifier
java.lang.Object
org.w3c.jpa3.AbstractObject
org.opencrx.kernel.product1.jpa3.PriceModifier
org.opencrx.kernel.product1.jpa3.LinearPriceModifier
- All Implemented Interfaces:
- Serializable, SecureObject, LinearPriceModifier, PriceModifier, BasicObject, ContextCapable, Creatable, ExtentCapable, Modifiable
public class LinearPriceModifier
- extends PriceModifier
- implements LinearPriceModifier
Class LinearPriceModifier
- See Also:
- Serialized Form
| 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> |
| Methods inherited from class org.opencrx.kernel.product1.jpa3.PriceModifier |
addOwningGroup, checkPermissions, getAccessGrantedByParent_Id, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getContext, getCreatedAt, getCreatedBy, getDescription, getIdentity, getModifiedAt, getModifiedBy, getOpenmdxjdoIdentity, getOwner, getOwningGroup_Id, getOwningGroup, getOwningUser_Id, getOwningUser, getQuantityFrom, getQuantityTo, openmdxjdoGetSlices, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setDescription, setOpenmdxjdoIdentity, setOwner, setOwningUser_Id, setOwningUser, setOwningUser, setPriceLevel_Id, setPriceLevel, setQuantityFrom, setQuantityTo |
| 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.base.cci2.SecureObject |
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser |
LinearPriceModifier
public LinearPriceModifier()
- Constructor
getPriceMultiplier
public final BigDecimal getPriceMultiplier()
- Retrieves the possibly null value for the optional attribute
priceMultiplier.
- Specified by:
getPriceMultiplier in interface LinearPriceModifier
- Returns:
- The possibly null value for attribute
priceMultiplier.
setPriceMultiplier
public void setPriceMultiplier(BigDecimal priceMultiplier)
- Sets a new value for the attribute
priceMultiplier.
- Specified by:
setPriceMultiplier in interface LinearPriceModifier
- Parameters:
priceMultiplier - The possibly null new value for attribute priceMultiplier.
getPriceOffset
public final BigDecimal getPriceOffset()
- Retrieves the possibly null value for the optional attribute
priceOffset.
- Specified by:
getPriceOffset in interface LinearPriceModifier
- Returns:
- The possibly null value for attribute
priceOffset.
setPriceOffset
public void setPriceOffset(BigDecimal priceOffset)
- Sets a new value for the attribute
priceOffset.
- Specified by:
setPriceOffset in interface LinearPriceModifier
- Parameters:
priceOffset - The possibly null new value for attribute priceOffset.
getRoundingFactor
public final BigDecimal getRoundingFactor()
- Retrieves the possibly null value for the optional attribute
roundingFactor.
- Specified by:
getRoundingFactor in interface LinearPriceModifier
- Returns:
- The possibly null value for attribute
roundingFactor.
setRoundingFactor
public void setRoundingFactor(BigDecimal roundingFactor)
- Sets a new value for the attribute
roundingFactor.
- Specified by:
setRoundingFactor in interface LinearPriceModifier
- Parameters:
roundingFactor - The possibly null new value for attribute roundingFactor.
This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.