org.opencrx.kernel.contract1.jmi1
Interface CreatePositionParams

All Superinterfaces:
CreatePositionParams, RefStruct, RefStruct_1_0, Serializable

public interface CreatePositionParams
extends RefStruct_1_0, CreatePositionParams


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.kernel.contract1.cci2.CreatePositionParams
CreatePositionParams.Member
 
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.
 Boolean isIgnoreProductConfiguration()
          Retrieves the value for the optional structure field ignoreProductConfiguration.
 
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

isIgnoreProductConfiguration

Boolean isIgnoreProductConfiguration()
Retrieves the value for the optional structure field ignoreProductConfiguration.

Specified by:
isIgnoreProductConfiguration in interface CreatePositionParams
Returns:
The possibly null value for structure field ignoreProductConfiguration.

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