org.opencrx.kernel.depot1.cci2
Interface CreateBookingByPositionNameParams

All Known Subinterfaces:
CreateBookingByPositionNameParams

public interface CreateBookingByPositionNameParams


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.
 

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.

getDepotCredit

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

Returns:
The possibly null value for structure field depotCredit.

getDepotDebit

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

Returns:
The possibly null value for structure field depotDebit.

getDepotNumberCredit

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

Returns:
The possibly null value for structure field depotNumberCredit.

getDepotNumberDebit

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

Returns:
The possibly null value for structure field depotNumberDebit.

getPositionName

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

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

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-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.