Overview Schemas Index

MANAGEMENT_RESOURCES_SCHEMA (jsdai.SManagement_resources_schema)


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

Entity data types and their attributes

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

Users

person_type_role
          person_type_assignment.role

Global rules for this entity data type

          -

public interface EPerson_type_role extends EEntity

id (explicit attribute)

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

name (explicit attribute)

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

description (explicit attribute)

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

public class CPerson_type_role implements EPerson_type_role

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

public class APerson_type_role extends AEntity

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