org.opencrx.kernel.activity1.jmi1
Interface AbstractVote

All Superinterfaces:
AbstractVote, Assignable, RefBaseObject, RefFeatured, RefObject, RefObject_1_0
All Known Subinterfaces:
ActivityVote

public interface AbstractVote
extends AbstractVote, Assignable

Abstract class AbstractVote


Method Summary
 Contact getAssignedTo()
          Retrieves the value for the reference assignedTo.
 void setAssignedTo(Contact assignedTo)
          Sets a new value for the reference assignedTo.
 
Methods inherited from interface org.opencrx.kernel.activity1.cci2.AbstractVote
getDescription, getName, setDescription, setName
 
Methods inherited from interface org.opencrx.kernel.base.jmi1.Assignable
assignToMe
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0
refDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getAssignedTo

Contact getAssignedTo()
Retrieves the value for the reference assignedTo.

Specified by:
getAssignedTo in interface AbstractVote
Returns:
The – possibly null – value for this reference.

setAssignedTo

void setAssignedTo(Contact assignedTo)
Sets a new value for the reference assignedTo.

Specified by:
setAssignedTo in interface AbstractVote
Parameters:
assignedTo - The new – possibly null – value for this reference.


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