org.opencrx.kernel.depot1.cci
Interface CreateBookingByPositionNameParams

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

public interface CreateBookingByPositionNameParams
extends RefStruct_1_0


Method Summary
 BookingText getBookingText()
          Retrieves the value for the optional structure field bookingText.
 String getBookingTextName()
          Retrieves the value for the optional structure field bookingTextName.
 short getBookingType()
          Retrieves the value for the structure field bookingType.
 Depot getDepotCredit()
          Retrieves the value for the optional structure field depotCredit.
 Depot getDepotDebit()
          Retrieves the value for the optional structure field depotDebit.
 String getDepotNumberCredit()
          Retrieves the value for the optional structure field depotNumberCredit.
 String getDepotNumberDebit()
          Retrieves the value for the optional structure field depotNumberDebit.
 String getPositionName()
          Retrieves the value for the structure field positionName.
 BigDecimal getQuantity()
          Retrieves the value for the structure field quantity.
 CompoundBooking getReversalOf()
          Retrieves the value for the optional structure field reversalOf.
 Date getValueDate()
          Retrieves the value for the structure field valueDate.
 
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

getBookingText

BookingText getBookingText()
Retrieves the value for the optional structure field bookingText.

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

getBookingTextName

String getBookingTextName()
Retrieves the value for the optional structure field bookingTextName.

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

getBookingType

short getBookingType()
Retrieves the value for the structure field bookingType.

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

getDepotCredit

Depot getDepotCredit()
Retrieves the value for the optional structure field depotCredit.

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

getDepotDebit

Depot getDepotDebit()
Retrieves the value for the optional structure field depotDebit.

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

getDepotNumberCredit

String getDepotNumberCredit()
Retrieves the value for the optional structure field depotNumberCredit.

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

getDepotNumberDebit

String getDepotNumberDebit()
Retrieves the value for the optional structure field depotNumberDebit.

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

getPositionName

String getPositionName()
Retrieves the value for the structure field positionName.

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

getQuantity

BigDecimal getQuantity()
Retrieves the value for the structure field quantity.

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

getReversalOf

CompoundBooking getReversalOf()
Retrieves the value for the optional structure field reversalOf.

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

getValueDate

Date getValueDate()
Retrieves the value for the structure field valueDate.

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