org.opencrx.application.shop1.cci2
Interface ProductClassificationT

All Known Subinterfaces:
ProductClassificationT

public interface ProductClassificationT


Nested Class Summary
static class ProductClassificationT.Member
          The structure's members
 
Method Summary
 String getClassificationId()
          Retrieves the value for the structure field classificationId.
 String getDescription()
          Retrieves the value for the optional structure field description.
 

Method Detail

getClassificationId

String getClassificationId()
Retrieves the value for the structure field classificationId.

A classificationId has the format type=value, e.g. c=DE. --> ProductClassification::name

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

getDescription

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

--> ProductClassification::description

Returns:
The possibly null value for structure field description.


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