org.opencrx.kernel.depot1.cci
Interface CreateBookingByPositionParams

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

public interface CreateBookingByPositionParams
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.
 DepotPosition getPositionCredit()
          Retrieves the value for the structure field positionCredit.
 DepotPosition getPositionDebit()
          Retrieves the value for the structure field positionDebit.
 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.

getPositionCredit

DepotPosition getPositionCredit()
Retrieves the value for the structure field positionCredit.

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

getPositionDebit

DepotPosition getPositionDebit()
Retrieves the value for the structure field positionDebit.

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