Overview Schemas Index

MANAGEMENT_RESOURCES_SCHEMA (jsdai.SManagement_resources_schema)


ENTITY person_assignment;
          ABSTRACT SUPERTYPE;
          assigned_person : person;
          role : person_role;
END_ENTITY; -- person_assignment

Entity data types and their attributes

person_assignment
          assigned_person: person;
          role: person_role;

Known subtypes

          risk_owner_person_assignment (RISK_SCHEMA)

Users

person_assignment

Global rules for this entity data type

          -

public interface EPerson_assignment extends EEntity

assigned_person (explicit attribute)

          boolean testAssigned_person(EPerson_assignment type)
          EPerson getAssigned_person(EPerson_assignment type)
          void setAssigned_person(EPerson_assignment type, EPerson value)
          void unsetAssigned_person(EPerson_assignment type)

role (explicit attribute)

          boolean testRole(EPerson_assignment type)
          EPerson_role getRole(EPerson_assignment type)
          void setRole(EPerson_assignment type, EPerson_role value)
          void unsetRole(EPerson_assignment type)

public class CPerson_assignment implements EPerson_assignment

          static EAttribute attributeAssigned_person(EPerson_assignment type)
          static int usedinAssigned_person(EPerson_assignment type, EPerson instance, ASdaiModel domain, APerson_assignment result)
          static EAttribute attributeRole(EPerson_assignment type)
          static int usedinRole(EPerson_assignment type, EPerson_role instance, ASdaiModel domain, APerson_assignment result)

public class APerson_assignment extends AEntity

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