Overview Schemas Index

MANAGEMENT_RESOURCES_SCHEMA (jsdai.SManagement_resources_schema)


ENTITY qualification_type_role;
          id : identifier;
          name : label;
          description : OPTIONAL text;
END_ENTITY; -- qualification_type_role

Entity data types and their attributes

qualification_type_role
          id: identifier;
          name: label;
          (OPT) description: text;

Users

qualification_type_role
          qualification_type_assignment.role

Global rules for this entity data type

          -

public interface EQualification_type_role extends EEntity

id (explicit attribute)

          boolean testId(EQualification_type_role type)
          String getId(EQualification_type_role type)
          void setId(EQualification_type_role type, String value)
          void unsetId(EQualification_type_role type)

name (explicit attribute)

          boolean testName(EQualification_type_role type)
          String getName(EQualification_type_role type)
          void setName(EQualification_type_role type, String value)
          void unsetName(EQualification_type_role type)

description (explicit attribute)

          boolean testDescription(EQualification_type_role type)
          String getDescription(EQualification_type_role type)
          void setDescription(EQualification_type_role type, String value)
          void unsetDescription(EQualification_type_role type)

public class CQualification_type_role implements EQualification_type_role

          static EAttribute attributeId(EQualification_type_role type)
          static EAttribute attributeName(EQualification_type_role type)
          static EAttribute attributeDescription(EQualification_type_role type)

public class AQualification_type_role extends AEntity

          public EQualification_type_role getByIndex(int index)
          public EQualification_type_role getCurrentMember(SdaiIterator it)