org.opencrx.kernel.contract1.cci2
Interface QuantityModification

All Superinterfaces:
Auditee, BasicObject, ContextCapable, Creatable, ExtentCapable, Modifiable, PositionModification, SecureObject
All Known Subinterfaces:
QuantityModification
All Known Implementing Classes:
QuantityModification

public interface QuantityModification
extends PositionModification

Class QuantityModification


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.kernel.contract1.cci2.PositionModification
PositionModification.Identity
 
Method Summary
 BigDecimal getQuantity()
          Retrieves the value for the attribute quantity.
 void setQuantity(BigDecimal quantity)
          Sets a new value for the attribute quantity.
 
Methods inherited from interface org.opencrx.kernel.contract1.cci2.PositionModification
getInvolved, setInvolved
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee
getAudit
 
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
 

Method Detail

getQuantity

BigDecimal getQuantity()
Retrieves the value for the attribute quantity.

Returns:
The non-null value for attribute quantity.

setQuantity

void setQuantity(BigDecimal quantity)
Sets a new value for the attribute quantity.

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


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