org.opencrx.kernel.activity1.cci2
Interface ActivityDoFollowUpParams

All Known Subinterfaces:
ActivityDoFollowUpParams

public interface ActivityDoFollowUpParams


Nested Class Summary
static class ActivityDoFollowUpParams.Member
          The structure's members
 
Method Summary
 Contact getAssignTo()
          Retrieves the value for the optional structure field assignTo.
 String getFollowUpText()
          Retrieves the value for the optional structure field followUpText.
 String getFollowUpTitle()
          Retrieves the value for the optional structure field followUpTitle.
 ActivityProcessTransition getTransition()
          Retrieves the value for the structure field transition.
 

Method Detail

getAssignTo

Contact getAssignTo()
Retrieves the value for the optional structure field assignTo.

Returns:
The possibly null value for structure field assignTo.

getFollowUpText

String getFollowUpText()
Retrieves the value for the optional structure field followUpText.

Returns:
The possibly null value for structure field followUpText.

getFollowUpTitle

String getFollowUpTitle()
Retrieves the value for the optional structure field followUpTitle.

Returns:
The possibly null value for structure field followUpTitle.

getTransition

ActivityProcessTransition getTransition()
Retrieves the value for the structure field transition.

Returns:
The non-null value for structure field transition.


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