org.opencrx.kernel.activity1.cci2
Interface ActivityGroup

All Known Subinterfaces:
ActivityCategory, ActivityCategory, ActivityGroup, ActivityMilestone, ActivityMilestone, ActivityTracker, ActivityTracker
All Known Implementing Classes:
ActivityCategory, ActivityMilestone, ActivityTracker

public interface ActivityGroup

Abstract class ActivityGroup


Method Summary
<T extends ActivityFilterGroup>
Collection<T>
getActivityFilter()
          Retrieves a set containing all the elements for the reference activityFilter.
<T extends Note>
Set<T>
getActivityNote()
          Retrieves a set containing all the elements for the reference activityNote.
 Integer getActualEffortHours()
           
 Integer getActualEffortMinutes()
           
 String getDescription()
           
<T extends Activity>
Set<T>
getFilteredActivity()
          Retrieves a set containing all the elements for the reference filteredActivity.
<T extends ActivityFollowUp>
Set<T>
getFollowUp()
          Retrieves a set containing all the elements for the reference followUp.
 String getName()
          Retrieves the value for the attribute name.
<T extends WorkReportEntry>
Set<T>
getWorkReportEntry()
          Retrieves a set containing all the elements for the reference workReportEntry.
 void setDescription(String description)
          Sets a new value for the attribute description.
 void setName(String name)
          Sets a new value for the attribute name.
 

Method Detail

getActivityFilter

<T extends ActivityFilterGroup> Collection<T> getActivityFilter()
Retrieves a set containing all the elements for the reference activityFilter.

Returns:
A set containing all the elements for this reference.

getActivityNote

<T extends Note> Set<T> getActivityNote()
Retrieves a set containing all the elements for the reference activityNote.

Returns:
A set containing all the elements for this reference.

getActualEffortHours

Integer getActualEffortHours()
Returns:
The possibly null value for attribute actualEffortHours.

getActualEffortMinutes

Integer getActualEffortMinutes()
Returns:
The possibly null value for attribute actualEffortMinutes.

getDescription

String getDescription()
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.

getFilteredActivity

<T extends Activity> Set<T> getFilteredActivity()
Retrieves a set containing all the elements for the reference filteredActivity.

Returns:
A set containing all the elements for this reference.

getFollowUp

<T extends ActivityFollowUp> Set<T> getFollowUp()
Retrieves a set containing all the elements for the reference followUp.

Returns:
A set containing all the elements for this reference.

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.

getWorkReportEntry

<T extends WorkReportEntry> Set<T> getWorkReportEntry()
Retrieves a set containing all the elements for the reference workReportEntry.

Returns:
A set containing all the elements for this reference.


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