org.opencrx.kernel.depot1.cci2
Interface OpenDepotParams

All Known Subinterfaces:
OpenDepotParams

public interface OpenDepotParams


Nested Class Summary
static class OpenDepotParams.Member
          The structure's members
 
Method Summary
 DepotGroup getDepotGroup()
          Retrieves the value for the optional structure field depotGroup.
 String getDepotNumber()
          Retrieves the value for the structure field depotNumber.
 DepotType getDepotType()
          Retrieves the value for the optional structure field depotType.
 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.
 

Method Detail

getDepotGroup

DepotGroup getDepotGroup()
Retrieves the value for the optional structure field depotGroup.

Returns:
The possibly null value for structure field depotGroup.

getDepotNumber

String getDepotNumber()
Retrieves the value for the structure field depotNumber.

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

getDepotType

DepotType getDepotType()
Retrieves the value for the optional structure field depotType.

Returns:
The possibly null value for structure field depotType.

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.


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