org.opencrx.application.shop1.cci2
Interface CreateActivityParams

All Known Subinterfaces:
CreateActivityParams

public interface CreateActivityParams


Nested Class Summary
static class CreateActivityParams.Member
          The structure's members
 
Method Summary
 String getActivityCreatorName()
          Retrieves the value for the optional structure field activityCreatorName.
 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.
 String getName()
          Retrieves the value for the optional structure field name.
 Integer getPriority()
          Retrieves the value for the optional structure field priority.
 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

getActivityCreatorName

String getActivityCreatorName()
Retrieves the value for the optional structure field activityCreatorName.

Returns:
The possibly null value for structure field activityCreatorName.

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.

getName

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

Returns:
The possibly null value for structure field name.

getPriority

Integer getPriority()
Retrieves the value for the optional structure field priority.

Returns:
The possibly null value for structure field priority.

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.