org.opencrx.application.shop1.cci2
Interface AddActivityFollowUpParams

All Known Subinterfaces:
AddActivityFollowUpParams

public interface AddActivityFollowUpParams


Nested Class Summary
static class AddActivityFollowUpParams.Member
          The structure's members
 
Method Summary
 String getActivityNumber()
          Retrieves the value for the optional structure field activityNumber.
 List<String> getCategory()
          Retrieves a list containing all the elements for the structure field category.
 String getDescription()
          Retrieves the value for the optional structure field description.
 String getName()
          Retrieves the value for the structure field name.
 String getReportingCustomerNumber()
          Retrieves the value for the optional structure field reportingCustomerNumber.
 String getTransitionName()
          Retrieves the value for the structure field transitionName.
 

Method Detail

getActivityNumber

String getActivityNumber()
Retrieves the value for the optional structure field activityNumber.

Returns:
The possibly null value for structure field activityNumber.

getCategory

List<String> getCategory()
Retrieves a list containing all the elements for the structure field category.

Returns:
A list containing all elements for this structure field.

getDescription

String getDescription()
Retrieves the value for the optional structure field description.

Returns:
The possibly null value for structure field description.

getName

String getName()
Retrieves the value for the structure field name.

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

getReportingCustomerNumber

String getReportingCustomerNumber()
Retrieves the value for the optional structure field reportingCustomerNumber.

Returns:
The possibly null value for structure field reportingCustomerNumber.

getTransitionName

String getTransitionName()
Retrieves the value for the structure field transitionName.

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


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