org.opencrx.kernel.contract1.cci2
Interface ConfigurationModification

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

public interface ConfigurationModification
extends PositionModification

Class ConfigurationModification


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.kernel.contract1.cci2.PositionModification
PositionModification.Identity
 
Method Summary
 Property getInvolvedPty()
          Retrieves the value for the reference involvedPty.
 String getPropertyValue()
          Retrieves the value for the attribute propertyValue.
 void setInvolvedPty(Property involvedPty)
          Sets a new value for the reference involvedPty.
 void setPropertyValue(String propertyValue)
          Sets a new value for the attribute propertyValue.
 
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, 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

getInvolvedPty

Property getInvolvedPty()
Retrieves the value for the reference involvedPty.

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

setInvolvedPty

void setInvolvedPty(Property involvedPty)
Sets a new value for the reference involvedPty.

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

getPropertyValue

String getPropertyValue()
Retrieves the value for the attribute propertyValue.

Returns:
The non-null value for attribute propertyValue.

setPropertyValue

void setPropertyValue(String propertyValue)
Sets a new value for the attribute propertyValue.

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


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