org.opencrx.kernel.activity1.cci
Interface NewActivityParams

All Superinterfaces:
RefStruct, RefStruct_1_0, Serializable
All Known Implementing Classes:
NewActivityParamsImpl

public interface NewActivityParams
extends RefStruct_1_0


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.
 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.
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefStruct_1_0
refContainsValue, refDelegate, refGetValue
 
Methods inherited from interface javax.jmi.reflect.RefStruct
equals, hashCode, refFieldNames, refGetValue, refTypeName
 

Method Detail

getDescription

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

Returns:
The possibly null value for structure field description.
Throws:
JmiException - If the value cannot be retrieved for some reason.

getDetailedDescription

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

Returns:
The possibly null value for structure field detailedDescription.
Throws:
JmiException - If the value cannot be retrieved for some reason.

getDueBy

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

Returns:
The possibly null value for structure field dueBy.
Throws:
JmiException - If the value cannot be retrieved for some reason.

getName

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

Returns:
The non-null value for structure field name.
Throws:
JmiException - If the value cannot be retrieved for some reason.

getPriority

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

Returns:
The non-null value for structure field priority.
Throws:
JmiException - If the value cannot be retrieved for some reason.

getReportingContact

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

Returns:
The possibly null value for structure field reportingContact.
Throws:
JmiException - If the value cannot be retrieved for some reason.

getScheduledEnd

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

Returns:
The possibly null value for structure field scheduledEnd.
Throws:
JmiException - If the value cannot be retrieved for some reason.

getScheduledStart

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

Returns:
The possibly null value for structure field scheduledStart.
Throws:
JmiException - If the value cannot be retrieved for some reason.


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