|
ENTITY ds_characterizable_product_category SUBTYPE OF (product_category, characterized_object); END_ENTITY; -- ds_characterizable_product_category |
Entity data types and their attributesproduct_categoryname: label; (OPT) description: text; (DER) id: identifier; characterized_object name: label; (OPT) description: text; ds_characterizable_product_category - |
Global rules for this entity data type- |
public interface EDs_characterizable_product_category extends EProduct_category, ECharacterized_object |
public class CDs_characterizable_product_category implements EDs_characterizable_product_category |
public class ADs_characterizable_product_category extends AEntitypublic EDs_characterizable_product_category getByIndex(int index)public EDs_characterizable_product_category getCurrentMember(SdaiIterator it) |