org.opencrx.kernel.contract1.cci2
Interface PositionModification

All Superinterfaces:
Auditee, org.openmdx.base.cci2.BasicObject, org.openmdx.base.cci2.ContextCapable, org.openmdx.base.cci2.ExtentCapable, SecureObject, org.openmdx.compatibility.view1.cci2.ViewCapable
All Known Subinterfaces:
ConfigurationModification, ConfigurationModification, PositionCreation, PositionCreation, PositionModification, PositionRemoval, PositionRemoval, QuantityModification, QuantityModification
All Known Implementing Classes:
ConfigurationModification, PositionCreation, PositionModification, PositionRemoval, QuantityModification

public interface PositionModification
extends Auditee, SecureObject, org.openmdx.base.cci2.BasicObject

Abstract class PositionModification


Nested Class Summary
static interface PositionModification.Identity
          Object Identity
 
Method Summary
 ContractPosition getInvolved()
          Retrieves the value for the reference involved.
 void setInvolved(ContractPosition involved)
          Sets a new value for the reference involved.
 
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

getInvolved

ContractPosition getInvolved()
Retrieves the value for the reference involved.

Returns:
The – possibly null – value for this reference.

setInvolved

void setInvolved(ContractPosition involved)
Sets a new value for the reference involved.

Parameters:
involved - The non-null new value for this reference.


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