org.opencrx.application.shop1.cci2
Interface ActivityT

All Known Subinterfaces:
ActivityT

public interface ActivityT


Nested Class Summary
static class ActivityT.Member
          The structure's members
 
Method Summary
 List<String> getActivityGroup()
          Retrieves a list containing all the elements for the structure field activityGroup.
 String getActivityNumber()
          Retrieves the value for the optional structure field activityNumber.
 String getActivityState()
          Retrieves the value for the structure field activityState.
 String getDescription()
          Retrieves the value for the optional structure field description.
 String getDetailedDescription()
          Retrieves the value for the optional structure field detailedDescription.
 Date getDueBy()
          Retrieves the value for the optional structure field dueBy.
<T extends ActivityFollowUpT>
List<T>
getFollowUp()
          Retrieves a list containing all the elements for the structure field followUp.
 String getName()
          Retrieves the value for the optional structure field name.
 String getReportingCustomerNumber()
          Retrieves the value for the optional structure field reportingCustomerNumber.
 Date getScheduledEnd()
          Retrieves the value for the optional structure field scheduledEnd.
 Date getScheduledStart()
          Retrieves the value for the optional structure field scheduledStart.
 

Method Detail

getActivityGroup

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

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

getActivityNumber

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

Returns:
The possibly null value for structure field activityNumber.

getActivityState

String getActivityState()
Retrieves the value for the structure field activityState.

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

getDescription

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

Returns:
The possibly null value for structure field description.

getDetailedDescription

String getDetailedDescription()
Retrieves the value for the optional structure field detailedDescription.

Returns:
The possibly null value for structure field detailedDescription.

getDueBy

Date getDueBy()
Retrieves the value for the optional structure field dueBy.

Returns:
The possibly null value for structure field dueBy.

getFollowUp

<T extends ActivityFollowUpT> List<T> getFollowUp()
Retrieves a list containing all the elements for the structure field followUp.

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

getName

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

Returns:
The possibly 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.

getScheduledEnd

Date getScheduledEnd()
Retrieves the value for the optional structure field scheduledEnd.

Returns:
The possibly null value for structure field scheduledEnd.

getScheduledStart

Date getScheduledStart()
Retrieves the value for the optional structure field scheduledStart.

Returns:
The possibly null value for structure field scheduledStart.


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