org.opencrx.application.shop1.cci2
Interface ProductDescriptionT

All Known Subinterfaces:
ProductDescriptionT

public interface ProductDescriptionT


Nested Class Summary
static class ProductDescriptionT.Member
          The structure's members
 
Method Summary
 String getDescription()
          Retrieves the value for the optional structure field description.
 String getDetailedDescription()
          Retrieves the value for the optional structure field detailedDescription.
 int getLanguage()
          Retrieves the value for the structure field language.
 

Method Detail

getDescription

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

--> Description::description

Returns:
The possibly null value for structure field description.

getDetailedDescription

String getDetailedDescription()
Retrieves the value for the optional structure field detailedDescription.

--> Description::detailedDescription

Returns:
The possibly null value for structure field detailedDescription.

getLanguage

int getLanguage()
Retrieves the value for the structure field language.

--> Description::language

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


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