Class UIClass

java.lang.Object
overit.geocall.platform.ui.UIClass
All Implemented Interfaces:
Serializable, Comparable

public class UIClass extends Object implements Comparable, Serializable
Class that implements Comparable and Serializable and manages the UI class that could have the UI or XML schema.
See Also:
  • Field Details

  • Constructor Details

    • UIClass

      protected UIClass(String resource, String xsl, int type)
  • Method Details

    • getCache

      public Object getCache(Object id)
      Returns the cache
      Parameters:
      id - The id of the cache
      Returns:
      The requested cache
    • setCache

      public Object setCache(Object id, Object o)
      Setsa record of the cache
      Parameters:
      id - The id of the cache
      o - The cache to store
      Returns:
      The object stored
    • getUIClass

      public static UIClass getUIClass(String resource, String xsl, int type)
      Returns the UI class
      Parameters:
      resource - The resource
      xsl - The xls
      type - The type
      Returns:
      The UIClass
    • getKey

      protected static String getKey(String resource, String xsl, int type)
      Returns the key
      Parameters:
      resource - The resource
      xsl - The xls
      type - The type
      Returns:
      A string representing the key
    • getKey

      public String getKey()
      Returns the key
      Returns:
      The string representing the key
    • getResource

      public String getResource()
      Returns the resource
      Returns:
      The resource
    • getXsl

      public String getXsl()
      Returns the xls
      Returns:
      The xls
    • getType

      public int getType()
      Returns the type
      Returns:
      The type
    • belongingPackage

      public String belongingPackage()
      Returns a string representing the belonging package
      Returns:
      A string representing the belonging package
    • compareTo

      public int compareTo(Object o)
      Specified by:
      compareTo in interface Comparable
    • toString

      public String toString()
      Overrides:
      toString in class Object