ENTITY product_as_realized SUBTYPE OF (product_as_individual_version); END_ENTITY; -- product_as_realized |
Entity data types and their attributesproduct_definition_formationid: identifier; (OPT) description: text; of_product: product; product_as_individual_version (RT) of_product: product_as_individual; product_as_realized - |
Global rules for this entity data type- |
public interface EProduct_as_realized extends EProduct_as_individual_version |
public class CProduct_as_realized implements EProduct_as_realized |
public class AProduct_as_realized extends AEntitypublic EProduct_as_realized getByIndex(int index)public EProduct_as_realized getCurrentMember(SdaiIterator it) |