ENTITY collection_version SUBTYPE OF (product_definition_formation); SELF\product_definition_formation.of_product RENAMED of_collection : collection; END_ENTITY; -- collection_version |
Entity data types and their attributesproduct_definition_formationid: identifier; (OPT) description: text; of_product: product; collection_version (RT) of_product->of_collection: collection; |
Global rules for this entity data type- |
public interface ECollection_version extends EProduct_definition_formation |
public class CCollection_version implements ECollection_version |
public class ACollection_version extends AEntitypublic ECollection_version getByIndex(int index)public ECollection_version getCurrentMember(SdaiIterator it) |