org.opencrx.kernel.depot1.jmi1
Interface CreateBookingByProductParams

All Superinterfaces:
CreateBookingByProductParams, RefStruct, RefStruct_1_0, Serializable

public interface CreateBookingByProductParams
extends RefStruct_1_0, CreateBookingByProductParams


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.kernel.depot1.cci2.CreateBookingByProductParams
CreateBookingByProductParams.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.
 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.
 BookingOrigin getOrigin()
          Retrieves the value for the optional structure field origin.
 Product getProduct()
          Retrieves the value for the structure field product.
 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 CreateBookingByProductParams
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 CreateBookingByProductParams
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 CreateBookingByProductParams
Returns:
The non-null value for structure field bookingType.

getDepotCredit

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

Specified by:
getDepotCredit in interface CreateBookingByProductParams
Returns:
The possibly null value for structure field depotCredit.

getDepotDebit

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

Specified by:
getDepotDebit in interface CreateBookingByProductParams
Returns:
The possibly null value for structure field depotDebit.

getDepotNumberCredit

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

Specified by:
getDepotNumberCredit in interface CreateBookingByProductParams
Returns:
The possibly null value for structure field depotNumberCredit.

getDepotNumberDebit

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

Specified by:
getDepotNumberDebit in interface CreateBookingByProductParams
Returns:
The possibly null value for structure field depotNumberDebit.

getOrigin

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

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

getProduct

Product getProduct()
Retrieves the value for the structure field product.

Specified by:
getProduct in interface CreateBookingByProductParams
Returns:
The non-null value for structure field product.

getQuantity

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

Specified by:
getQuantity in interface CreateBookingByProductParams
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 CreateBookingByProductParams
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 CreateBookingByProductParams
Returns:
The non-null value for structure field valueDate.


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