org.opencrx.kernel.product1.cci2
Interface PriceModifier

All Superinterfaces:
BasicObject, ContextCapable, ExtentCapable, SecureObject, ViewCapable
All Known Subinterfaces:
DiscountPriceModifier, DiscountPriceModifier, LinearPriceModifier, LinearPriceModifier, PriceModifier
All Known Implementing Classes:
DiscountPriceModifier, LinearPriceModifier, PriceModifier

public interface PriceModifier
extends SecureObject, BasicObject

Abstract class PriceModifier


Nested Class Summary
static interface PriceModifier.Identity
          Object Identity
 
Method Summary
 String getDescription()
          Retrieves the value for the attribute description.
 BigDecimal getQuantityFrom()
          Retrieves the possibly null value for the optional attribute quantityFrom.
 BigDecimal getQuantityTo()
          Retrieves the possibly null value for the optional attribute quantityTo.
 void setDescription(String description)
          Sets a new value for the attribute description.
 void setQuantityFrom(BigDecimal quantityFrom)
          Sets a new value for the attribute quantityFrom.
 void setQuantityTo(BigDecimal quantityTo)
          Sets a new value for the attribute quantityTo.
 
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, setOwningUser, setOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapable
getContext
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 

Method Detail

getDescription

String getDescription()
Retrieves the value for the attribute description.

Returns:
The non-null value for attribute description.

setDescription

void setDescription(String description)
Sets a new value for the attribute description.

Parameters:
description - The non-null new value for attribute description.

getQuantityFrom

BigDecimal getQuantityFrom()
Retrieves the possibly null value for the optional attribute quantityFrom.

Returns:
The possibly null value for attribute quantityFrom.

setQuantityFrom

void setQuantityFrom(BigDecimal quantityFrom)
Sets a new value for the attribute quantityFrom.

Parameters:
quantityFrom - The possibly null new value for attribute quantityFrom.

getQuantityTo

BigDecimal getQuantityTo()
Retrieves the possibly null value for the optional attribute quantityTo.

Returns:
The possibly null value for attribute quantityTo.

setQuantityTo

void setQuantityTo(BigDecimal quantityTo)
Sets a new value for the attribute quantityTo.

Parameters:
quantityTo - The possibly null new value for attribute quantityTo.


This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.