Overview Schemas Index

PERSON_ORGANIZATION_SCHEMA (jsdai.SPerson_organization_schema)


ENTITY organization_type_relationship;
          id : identifier;
          name : label;
          description : OPTIONAL text;
          relating_organization_type : organization_type;
          related_organization_type : organization_type;
END_ENTITY; -- organization_type_relationship

Entity data types and their attributes

organization_type_relationship
          id: identifier;
          name: label;
          (OPT) description: text;
          relating_organization_type: organization_type;
          related_organization_type: organization_type;

Users

organization_type_relationship

Global rules for this entity data type

          -

public interface EOrganization_type_relationship extends EEntity

id (explicit attribute)

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

name (explicit attribute)

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

description (explicit attribute)

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

relating_organization_type (explicit attribute)

          boolean testRelating_organization_type(EOrganization_type_relationship type)
          EOrganization_type getRelating_organization_type(EOrganization_type_relationship type)
          void setRelating_organization_type(EOrganization_type_relationship type, EOrganization_type value)
          void unsetRelating_organization_type(EOrganization_type_relationship type)

related_organization_type (explicit attribute)

          boolean testRelated_organization_type(EOrganization_type_relationship type)
          EOrganization_type getRelated_organization_type(EOrganization_type_relationship type)
          void setRelated_organization_type(EOrganization_type_relationship type, EOrganization_type value)
          void unsetRelated_organization_type(EOrganization_type_relationship type)

public class COrganization_type_relationship implements EOrganization_type_relationship

          static EAttribute attributeId(EOrganization_type_relationship type)
          static EAttribute attributeName(EOrganization_type_relationship type)
          static EAttribute attributeDescription(EOrganization_type_relationship type)
          static EAttribute attributeRelating_organization_type(EOrganization_type_relationship type)
          static int usedinRelating_organization_type(EOrganization_type_relationship type, EOrganization_type instance, ASdaiModel domain, AOrganization_type_relationship result)
          static EAttribute attributeRelated_organization_type(EOrganization_type_relationship type)
          static int usedinRelated_organization_type(EOrganization_type_relationship type, EOrganization_type instance, ASdaiModel domain, AOrganization_type_relationship result)

public class AOrganization_type_relationship extends AEntity

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