org.opencrx.kernel.activity1.cci2
Interface NewActivityParams

All Known Subinterfaces:
NewActivityParams

public interface NewActivityParams


Nested Class Summary
static class NewActivityParams.Member
          The structure's members
 
Method Summary
 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.
 short getIcalType()
          Retrieves the value for the structure field icalType.
 String getName()
          Retrieves the value for the structure field name.
 short getPriority()
          Retrieves the value for the structure field priority.
 Contact getReportingContact()
          Retrieves the value for the optional structure field reportingContact.
 Date getScheduledEnd()
          Retrieves the value for the optional structure field scheduledEnd.
 Date getScheduledStart()
          Retrieves the value for the optional structure field scheduledStart.
 

Method Detail

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.

getIcalType

short getIcalType()
Retrieves the value for the structure field icalType.

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

getName

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

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

getPriority

short getPriority()
Retrieves the value for the structure field priority.

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

getReportingContact

Contact getReportingContact()
Retrieves the value for the optional structure field reportingContact.

Returns:
The possibly null value for structure field reportingContact.

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-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.