org.opencrx.kernel.contract1.cci2
Interface CreatePositionParams

All Known Subinterfaces:
CreatePositionParams

public interface CreatePositionParams


Nested Class Summary
static class CreatePositionParams.Member
          The structure's members
 
Method Summary
 String getName()
          Retrieves the value for the optional structure field name.
 Uom getPriceUom()
          Retrieves the value for the optional structure field priceUom.
 Date getPricingDate()
          Retrieves the value for the optional structure field pricingDate.
 PricingRule getPricingRule()
          Retrieves the value for the structure field pricingRule.
 Product getProduct()
          Retrieves the value for the structure field product.
 BigDecimal getQuantity()
          Retrieves the value for the structure field quantity.
 Uom getUom()
          Retrieves the value for the optional structure field uom.
 

Method Detail

getName

String getName()
Retrieves the value for the optional structure field name.

Returns:
The possibly null value for structure field name.

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.

getPricingRule

PricingRule getPricingRule()
Retrieves the value for the structure field pricingRule.

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

getProduct

Product 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 structure field quantity.

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

getUom

Uom getUom()
Retrieves the value for the optional structure field uom.

Returns:
The possibly null value for structure field uom.


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