org.opencrx.kernel.contract1.jmi1
Interface CreatePositionParams

All Superinterfaces:
CreatePositionParams, RefStruct, Serializable

public interface CreatePositionParams
extends RefStruct, CreatePositionParams


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.
 
Methods inherited from interface javax.jmi.reflect.RefStruct
equals, hashCode, refFieldNames, refGetValue, refTypeName
 

Method Detail

getName

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

Specified by:
getName in interface CreatePositionParams
Returns:
The possibly null value for structure field name.

getPriceUom

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

Specified by:
getPriceUom in interface CreatePositionParams
Returns:
The possibly null value for structure field priceUom.

getPricingDate

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

Specified by:
getPricingDate in interface CreatePositionParams
Returns:
The possibly null value for structure field pricingDate.

getPricingRule

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

Specified by:
getPricingRule in interface CreatePositionParams
Returns:
The non-null value for structure field pricingRule.

getProduct

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

Specified by:
getProduct in interface CreatePositionParams
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 CreatePositionParams
Returns:
The non-null value for structure field quantity.

getUom

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

Specified by:
getUom in interface CreatePositionParams
Returns:
The possibly null value for structure field uom.


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