ENTITY product_specification SUBTYPE OF (product_identification, configurable_item); END_ENTITY; -- product_specification |
Entity data types and their attributesconfiguration_itemid: identifier; name: label; (OPT) description: text; item_concept: product_concept; (OPT) purpose: label; characterized_object name: label; (OPT) description: text; product_identification (RT) item_concept: product_class; configurable_item item_concept_feature: SET [1:?] OF product_concept_feature_association; product_specification - |
Global rules for this entity data type- |
public interface EProduct_specification extends EProduct_identification, EConfigurable_item |
public class CProduct_specification implements EProduct_specification |
public class AProduct_specification extends AEntitypublic EProduct_specification getByIndex(int index)public EProduct_specification getCurrentMember(SdaiIterator it) |