ENTITY risk_acceptance SUBTYPE OF (action); END_ENTITY; -- risk_acceptance |
Entity data types and their attributesactionname: label; (OPT) description: text; chosen_method: action_method; (DER) id: identifier; risk_acceptance - |
Global rules for this entity data type- |
public interface ERisk_acceptance extends EAction |
public class CRisk_acceptance implements ERisk_acceptance |
public class ARisk_acceptance extends AEntitypublic ERisk_acceptance getByIndex(int index)public ERisk_acceptance getCurrentMember(SdaiIterator it) |