org.opencrx.kernel.product1.cci2
Interface GetPriceLevelParams

All Known Subinterfaces:
GetPriceLevelParams

public interface GetPriceLevelParams


Nested Class Summary
static class GetPriceLevelParams.Member
          The structure's members
 
Method Summary
 AbstractContract getContract()
          Retrieves the value for the structure field contract.
 Uom getPriceUom()
          Retrieves the value for the optional structure field priceUom.
 Date getPricingDate()
          Retrieves the value for the optional structure field pricingDate.
 AbstractProduct getProduct()
          Retrieves the value for the structure field product.
 BigDecimal getQuantity()
          Retrieves the value for the optional structure field quantity.
 

Method Detail

getContract

AbstractContract getContract()
Retrieves the value for the structure field contract.

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

getPriceUom

Uom getPriceUom()
Retrieves the value for the optional structure field priceUom.

Returns:
The possibly null value for structure field priceUom.

getPricingDate

Date getPricingDate()
Retrieves the value for the optional structure field pricingDate.

Returns:
The possibly null value for structure field pricingDate.

getProduct

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

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

getQuantity

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

Returns:
The possibly null value for structure field quantity.


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