org.opencrx.kernel.activity1.cci2
Interface ActivityGroupAssignment

All Superinterfaces:
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:
ActivityGroupAssignment
All Known Implementing Classes:
ActivityGroupAssignment

public interface ActivityGroupAssignment
extends SecureObject, org.openmdx.base.cci2.BasicObject

Class ActivityGroupAssignment


Nested Class Summary
static interface ActivityGroupAssignment.Identity
          Object Identity
 
Method Summary
 ActivityGroup getActivityGroup()
          Retrieves the value for the reference activityGroup.
 void setActivityGroup(ActivityGroup activityGroup)
          Sets a new value for the reference activityGroup.
 
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

getActivityGroup

ActivityGroup getActivityGroup()
Retrieves the value for the reference activityGroup.

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

setActivityGroup

void setActivityGroup(ActivityGroup activityGroup)
Sets a new value for the reference activityGroup.

Parameters:
activityGroup - 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.