org.opencrx.kernel.depot1.cci2
Interface OpenDepotPositionParams

All Known Subinterfaces:
OpenDepotPositionParams

public interface OpenDepotPositionParams


Nested Class Summary
static class OpenDepotPositionParams.Member
          The structure's members
 
Method Summary
 String getDescription()
          Retrieves the value for the optional structure field description.
 String getName()
          Retrieves the value for the structure field name.
 Date getOpeningDate()
          Retrieves the value for the structure field openingDate.
 Product getProduct()
          Retrieves the value for the optional structure field product.
 String getQualifier()
          Retrieves the value for the optional structure field qualifier.
 

Method Detail

getDescription

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

Returns:
The possibly null value for structure field description.

getName

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

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

getOpeningDate

Date getOpeningDate()
Retrieves the value for the structure field openingDate.

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

getProduct

Product getProduct()
Retrieves the value for the optional structure field product.

Returns:
The possibly null value for structure field product.

getQualifier

String getQualifier()
Retrieves the value for the optional structure field qualifier.

Returns:
The possibly null value for structure field qualifier.


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