Overview Schemas Index

MANAGEMENT_RESOURCES_SCHEMA (jsdai.SManagement_resources_schema)


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

Entity data types and their attributes

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

Users

organization_type_role
          organization_type_assignment.role

Global rules for this entity data type

          -

public interface EOrganization_type_role extends EEntity

id (explicit attribute)

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

name (explicit attribute)

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

description (explicit attribute)

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

public class COrganization_type_role implements EOrganization_type_role

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

public class AOrganization_type_role extends AEntity

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