org.opencrx.application.shop1.jmi1
Interface ProductClassificationT

All Superinterfaces:
ProductClassificationT, RefStruct, RefStruct_1_0, Serializable

public interface ProductClassificationT
extends RefStruct_1_0, ProductClassificationT


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.application.shop1.cci2.ProductClassificationT
ProductClassificationT.Member
 
Method Summary
 String getClassificationId()
          Retrieves the value for the structure field classificationId.
 String getDescription()
          Retrieves the value for the optional structure field description.
 
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

getClassificationId

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

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

Specified by:
getClassificationId in interface ProductClassificationT
Returns:
The non-null value for structure field classificationId.

getDescription

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

--> ProductClassification::description

Specified by:
getDescription in interface ProductClassificationT
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.