org.opencrx.kernel.contract1.cci2
Interface PositionModification

All Superinterfaces:
Auditee, BasicObject, ContextCapable, Creatable, ExtentCapable, Modifiable, SecureObject
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, BasicObject

Abstract class PositionModification


Nested Class Summary
static interface PositionModification.Identity
          Object Identity
 
Method Summary
 SalesContractPosition getInvolved()
          Retrieves the value for the reference involved.
 void setInvolved(SalesContractPosition involved)
          Sets a new value for the reference involved.
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee
getAudit
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser
 
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

getInvolved

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

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

setInvolved

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

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


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