org.opencrx.kernel.depot1.jmi1
Interface CreateBookingByPositionParams

All Superinterfaces:
CreateBookingByPositionParams, RefStruct, RefStruct_1_0, Serializable

public interface CreateBookingByPositionParams
extends RefStruct_1_0, CreateBookingByPositionParams


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.kernel.depot1.cci2.CreateBookingByPositionParams
CreateBookingByPositionParams.Member
 
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.
 BookingOrigin getOrigin()
          Retrieves the value for the optional structure field origin.
 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
refDelegate
 
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.

Specified by:
getBookingText in interface CreateBookingByPositionParams
Returns:
The possibly null value for structure field bookingText.

getBookingTextName

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

Specified by:
getBookingTextName in interface CreateBookingByPositionParams
Returns:
The possibly null value for structure field bookingTextName.

getBookingType

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

Specified by:
getBookingType in interface CreateBookingByPositionParams
Returns:
The non-null value for structure field bookingType.

getOrigin

BookingOrigin getOrigin()
Retrieves the value for the optional structure field origin.

Specified by:
getOrigin in interface CreateBookingByPositionParams
Returns:
The possibly null value for structure field origin.

getPositionCredit

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

Specified by:
getPositionCredit in interface CreateBookingByPositionParams
Returns:
The non-null value for structure field positionCredit.

getPositionDebit

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

Specified by:
getPositionDebit in interface CreateBookingByPositionParams
Returns:
The non-null value for structure field positionDebit.

getQuantity

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

Specified by:
getQuantity in interface CreateBookingByPositionParams
Returns:
The non-null value for structure field quantity.

getReversalOf

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

Specified by:
getReversalOf in interface CreateBookingByPositionParams
Returns:
The possibly null value for structure field reversalOf.

getValueDate

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

Specified by:
getValueDate in interface CreateBookingByPositionParams
Returns:
The non-null value for structure field valueDate.


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