org.opencrx.application.shop1.jmi1
Interface ProductPriceT

All Superinterfaces:
ProductPriceT, RefStruct, RefStruct_1_0, Serializable

public interface ProductPriceT
extends RefStruct_1_0, ProductPriceT


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.application.shop1.cci2.ProductPriceT
ProductPriceT.Member
 
Method Summary
 String getPrice()
          Retrieves the value for the optional structure field price.
 Integer getPriceCurrency()
          Retrieves the value for the optional structure field priceCurrency.
 String getPriceIncludingTax()
          Retrieves the value for the optional structure field priceIncludingTax.
 String getPriceLevel()
          Retrieves the value for the optional structure field priceLevel.
 String getPriceUom()
          Retrieves the value for the optional structure field priceUom.
 Date getPricingDate()
          Retrieves the value for the structure field pricingDate.
 
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

getPrice

String getPrice()
Retrieves the value for the optional structure field price.

--> ProductBasePrice::price

Specified by:
getPrice in interface ProductPriceT
Returns:
The possibly null value for structure field price.

getPriceCurrency

Integer getPriceCurrency()
Retrieves the value for the optional structure field priceCurrency.

--> ProductBasePrice::priceCurrency

Specified by:
getPriceCurrency in interface ProductPriceT
Returns:
The possibly null value for structure field priceCurrency.

getPriceIncludingTax

String getPriceIncludingTax()
Retrieves the value for the optional structure field priceIncludingTax.

Specified by:
getPriceIncludingTax in interface ProductPriceT
Returns:
The possibly null value for structure field priceIncludingTax.

getPriceLevel

String getPriceLevel()
Retrieves the value for the optional structure field priceLevel.

Specified by:
getPriceLevel in interface ProductPriceT
Returns:
The possibly null value for structure field priceLevel.

getPriceUom

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

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

getPricingDate

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

Specified by:
getPricingDate in interface ProductPriceT
Returns:
The non-null value for structure field pricingDate.


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