org.opencrx.kernel.activity1.cci2
Interface AbstractVote

All Superinterfaces:
Assignable
All Known Subinterfaces:
AbstractVote, ActivityVote, ActivityVote
All Known Implementing Classes:
ActivityVote

public interface AbstractVote
extends Assignable

Abstract class AbstractVote


Method Summary
 Contact getAssignedTo()
          Retrieves the value for the reference assignedTo.
 String getDescription()
          Retrieves the possibly null value for the optional attribute description.
 String getName()
          Retrieves the value for the attribute name.
 void setAssignedTo(Contact assignedTo)
          Sets a new value for the reference assignedTo.
 void setDescription(String description)
          Sets a new value for the attribute description.
 void setName(String name)
          Sets a new value for the attribute name.
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Assignable
assignToMe
 

Method Detail

getAssignedTo

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

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

setAssignedTo

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

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

getDescription

String getDescription()
Retrieves the possibly null value for the optional attribute description.

Returns:
The possibly null value for attribute description.

setDescription

void setDescription(String description)
Sets a new value for the attribute description.

Parameters:
description - The possibly null new value for attribute description.

getName

String getName()
Retrieves the value for the attribute name.

Returns:
The non-null value for attribute name.

setName

void setName(String name)
Sets a new value for the attribute name.

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


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