ENTITY collection_relationship SUBTYPE OF (product_relationship); SELF\product_relationship.relating_product RENAMED relating_collection : collection; SELF\product_relationship.related_product RENAMED related_collection : collection; END_ENTITY; -- collection_relationship |
Entity data types and their attributesproduct_relationshipid: identifier; name: label; (OPT) description: text; relating_product: product; related_product: product; collection_relationship (RT) relating_product->relating_collection: collection; (RT) related_product->related_collection: collection; |
Global rules for this entity data type- |
public interface ECollection_relationship extends EProduct_relationship |
public class CCollection_relationship implements ECollection_relationship |
public class ACollection_relationship extends AEntitypublic ECollection_relationship getByIndex(int index)public ECollection_relationship getCurrentMember(SdaiIterator it) |