org.opencrx.kernel.depot1.cci2
Interface CreateBookingByPositionParams

All Known Subinterfaces:
CreateBookingByPositionParams

public interface CreateBookingByPositionParams


Nested Class Summary
static class CreateBookingByPositionParams.Member
          The structure's members
 
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.
 

Method Detail

getBookingText

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

Returns:
The possibly null value for structure field bookingText.

getBookingTextName

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

Returns:
The possibly null value for structure field bookingTextName.

getBookingType

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

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

getOrigin

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

Returns:
The possibly null value for structure field origin.

getPositionCredit

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

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

getPositionDebit

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

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

getQuantity

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

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

getReversalOf

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

Returns:
The possibly null value for structure field reversalOf.

getValueDate

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

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


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