org.opencrx.kernel.depot1.cci
Interface CreateReportParams

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

public interface CreateReportParams
extends RefStruct_1_0


Method Summary
 String getDescription()
          Retrieves the value for the optional structure field description.
 String getName()
          Retrieves the value for the structure field name.
 Date getReportPeriodFrom()
          Retrieves the value for the optional structure field reportPeriodFrom.
 Date getReportPeriodTo()
          Retrieves the value for the optional structure field reportPeriodTo.
 short getReportType()
          Retrieves the value for the structure field reportType.
 
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.

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.

getReportPeriodFrom

Date getReportPeriodFrom()
Retrieves the value for the optional structure field reportPeriodFrom.

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

getReportPeriodTo

Date getReportPeriodTo()
Retrieves the value for the optional structure field reportPeriodTo.

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

getReportType

short getReportType()
Retrieves the value for the structure field reportType.

Returns:
The non-null value for structure field reportType.
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.