org.opencrx.kernel.contract1.cci2
Interface QuantityModification

All Superinterfaces:
Auditee, org.openmdx.base.cci2.BasicObject, org.openmdx.base.cci2.ContextCapable, org.openmdx.base.cci2.ExtentCapable, PositionModification, SecureObject, org.openmdx.compatibility.view1.cci2.ViewCapable
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, getAudit
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, 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.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView, getView
 

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-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.