org.opencrx.kernel.depot1.jmi1
Interface CreateReportParams

All Superinterfaces:
CreateReportParams, RefStruct, Serializable

public interface CreateReportParams
extends RefStruct, CreateReportParams


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 javax.jmi.reflect.RefStruct
equals, hashCode, refFieldNames, refGetValue, refTypeName
 

Method Detail

getDescription

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

Specified by:
getDescription in interface CreateReportParams
Returns:
The possibly null value for structure field description.

getName

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

Specified by:
getName in interface CreateReportParams
Returns:
The non-null value for structure field name.

getReportPeriodFrom

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

Specified by:
getReportPeriodFrom in interface CreateReportParams
Returns:
The possibly null value for structure field reportPeriodFrom.

getReportPeriodTo

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

Specified by:
getReportPeriodTo in interface CreateReportParams
Returns:
The possibly null value for structure field reportPeriodTo.

getReportType

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

Specified by:
getReportType in interface CreateReportParams
Returns:
The non-null value for structure field reportType.


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