ENTITY lot_effectivity SUBTYPE OF (effectivity); effectivity_lot_id : identifier; effectivity_lot_size : measure_with_unit; END_ENTITY; -- lot_effectivity |
Entity data types and their attributeseffectivityid: identifier; (DER) name: label; (DER) description: text; lot_effectivity effectivity_lot_id: identifier; effectivity_lot_size: measure_with_unit; |
lot_configuration (MANUFACTURING_CONFIGURATION_EFFECTIVITY_XIM) |
lot_effectivity$serial_numbered_effectivity (EFFECTIVITY_SCHEMA) |
Global rules for this entity data type- |
public interface ELot_effectivity extends EEffectivityeffectivity_lot_id (explicit attribute)boolean testEffectivity_lot_id(ELot_effectivity type)String getEffectivity_lot_id(ELot_effectivity type) void setEffectivity_lot_id(ELot_effectivity type, String value) void unsetEffectivity_lot_id(ELot_effectivity type) effectivity_lot_size (explicit attribute)boolean testEffectivity_lot_size(ELot_effectivity type)EMeasure_with_unit getEffectivity_lot_size(ELot_effectivity type) void setEffectivity_lot_size(ELot_effectivity type, EMeasure_with_unit value) void unsetEffectivity_lot_size(ELot_effectivity type) |
public class CLot_effectivity implements ELot_effectivitystatic EAttribute attributeEffectivity_lot_id(ELot_effectivity type)static EAttribute attributeEffectivity_lot_size(ELot_effectivity type) static int usedinEffectivity_lot_size(ELot_effectivity type, EMeasure_with_unit instance, ASdaiModel domain, ALot_effectivity result) |
public class ALot_effectivity extends AEntitypublic ELot_effectivity getByIndex(int index)public ELot_effectivity getCurrentMember(SdaiIterator it) |