org.opencrx.application.shop1.cci2
Interface PriceLevelT

All Known Subinterfaces:
PriceLevelT

public interface PriceLevelT


Nested Class Summary
static class PriceLevelT.Member
          The structure's members
 
Method Summary
 String getDescription()
          Retrieves the value for the optional structure field description.
<T extends StringPropertyT>
List<T>
getGenericData()
          Retrieves a list containing all the elements for the structure field genericData.
 String getName()
          Retrieves the value for the structure field name.
 int getPriceCurrency()
          Retrieves the value for the structure field priceCurrency.
 Date getValidFrom()
          Retrieves the value for the optional structure field validFrom.
 Date getValidTo()
          Retrieves the value for the optional structure field validTo.
 

Method Detail

getDescription

String getDescription()
Retrieves the value for the optional structure field description.

Returns:
The possibly null value for structure field description.

getGenericData

<T extends StringPropertyT> List<T> getGenericData()
Retrieves a list containing all the elements for the structure field genericData.

Returns:
A list containing all elements for this structure field.

getName

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

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

getPriceCurrency

int getPriceCurrency()
Retrieves the value for the structure field priceCurrency.

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

getValidFrom

Date getValidFrom()
Retrieves the value for the optional structure field validFrom.

Returns:
The possibly null value for structure field validFrom.

getValidTo

Date getValidTo()
Retrieves the value for the optional structure field validTo.

Returns:
The possibly null value for structure field validTo.


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