org.opencrx.kernel.activity1.cci2
Interface TaskParty

All Superinterfaces:
AbstractActivityParty, BasicObject, ContextCapable, Creatable, ExtentCapable, Modifiable, SecureObject
All Known Subinterfaces:
TaskParty
All Known Implementing Classes:
TaskParty

public interface TaskParty
extends AbstractActivityParty

Class TaskParty


Nested Class Summary
static interface TaskParty.Identity
          Object Identity
 
Method Summary
 Account getParty()
          Retrieves the value for the reference party.
 void setParty(Account party)
          Sets a new value for the reference party.
 
Methods inherited from interface org.opencrx.kernel.activity1.cci2.AbstractActivityParty
getPartyType, setPartyType
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapable
getContext
 
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

getParty

Account getParty()
Retrieves the value for the reference party.

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

setParty

void setParty(Account party)
Sets a new value for the reference party.

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


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