Class UISchema

java.lang.Object
overit.geocall.platform.ui.UISchema
All Implemented Interfaces:
Serializable, Internationalized

public class UISchema extends Object implements Internationalized, Serializable
Schema for the UIClass
See Also:
  • Field Details

    • _uic

      protected transient UIClass _uic
    • _nodes

      protected int _nodes
    • _teacherDuty

      protected TeacherDuty _teacherDuty
    • _resource

      protected String _resource
    • _xsl

      protected String _xsl
    • _type

      protected int _type
    • pathId

      protected String pathId
  • Constructor Details

    • UISchema

      public UISchema(String resource, String xsl, int type)
      Creates a new instance of UISchema
      Parameters:
      resource - string containing the name of the resource
      xsl - string containing the name of the xls
      type - integer defining the type
    • UISchema

      public UISchema(String resource, String xsl, int type, String pathId)
      Creates a new instance of UISchema
      Parameters:
      resource - string containing the name of the resource
      xsl - string containing the name of the xls
      type - integer defining the type
      pathId - The xml path of the resource's file.
  • Method Details

    • getNodeNumber

      public int getNodeNumber()
      Returns the number of nodes
      Returns:
      The number of nodes
    • anotherNodeId

      public int anotherNodeId()
      Returns another node id
      Returns:
      Another node id
    • getUIClass

      public UIClass getUIClass()
      Returns the UIClass
      Returns:
      The UIClass
    • getTeacher

      public Teacher getTeacher(Identity identity)
      Description copied from interface: Internationalized
      Returns the Teacher for the Identity
      Specified by:
      getTeacher in interface Internationalized
      Parameters:
      identity - The Identity
      Returns:
      The Teacher
    • resetTeacher

      public void resetTeacher()
      Reset the teacher
    • getPathId

      public String getPathId()