Package overit.geocall.platform.ui
Class UIClass
java.lang.Object
overit.geocall.platform.ui.UIClass
- All Implemented Interfaces:
Serializable,Comparable
Class that implements
Comparable and Serializable and manages
the UI class that could have the UI or XML schema.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a string representing the belonging packageintReturns the cachegetKey()Returns the keyprotected static StringReturns the keyReturns the resourceintgetType()Returns the typestatic UIClassgetUIClass(String resource, String xsl, int type) Returns the UI classgetXsl()Returns the xlsSetsa record of the cachetoString()
-
Field Details
-
XML_SCHEMA
public static final int XML_SCHEMA- See Also:
-
UI_SCHEMA
public static final int UI_SCHEMA- See Also:
-
_map
-
_resource
-
_xsl
-
_type
protected int _type -
_hm
-
-
Constructor Details
-
UIClass
-
-
Method Details
-
getCache
Returns the cache- Parameters:
id- The id of the cache- Returns:
- The requested cache
-
setCache
Setsa record of the cache- Parameters:
id- The id of the cacheo- The cache to store- Returns:
- The object stored
-
getUIClass
Returns the UI class- Parameters:
resource- The resourcexsl- The xlstype- The type- Returns:
- The
UIClass
-
getKey
Returns the key- Parameters:
resource- The resourcexsl- The xlstype- The type- Returns:
- A string representing the key
-
getKey
Returns the key- Returns:
- The string representing the key
-
getResource
Returns the resource- Returns:
- The resource
-
getXsl
Returns the xls- Returns:
- The xls
-
getType
public int getType()Returns the type- Returns:
- The type
-
belongingPackage
Returns a string representing the belonging package- Returns:
- A string representing the belonging package
-
compareTo
- Specified by:
compareToin interfaceComparable
-
toString
-