org.opencrx.application.shop1.cci2
Interface ProductPriceT

All Known Subinterfaces:
ProductPriceT

public interface ProductPriceT


Nested Class Summary
static class ProductPriceT.Member
          The structure's members
 
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.
 

Method Detail

getPrice

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

--> ProductBasePrice::price

Returns:
The possibly null value for structure field price.

getPriceCurrency

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

--> ProductBasePrice::priceCurrency

Returns:
The possibly null value for structure field priceCurrency.

getPriceIncludingTax

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

Returns:
The possibly null value for structure field priceIncludingTax.

getPriceLevel

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

Returns:
The possibly null value for structure field priceLevel.

getPriceUom

String 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 structure field pricingDate.

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.