Package overit.geocall.platform.ui
Class UISchema
java.lang.Object
overit.geocall.platform.ui.UISchema
- All Implemented Interfaces:
Serializable,Internationalized
Schema for the
UIClass- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns another node idintReturns the number of nodesgetTeacher(Identity identity) Returns theUIClassvoidReset the teacher
-
Field Details
-
_uic
-
_nodes
protected int _nodes -
_teacherDuty
-
_resource
-
_xsl
-
_type
protected int _type -
pathId
-
-
Constructor Details
-
UISchema
Creates a new instance of UISchema- Parameters:
resource- string containing the name of the resourcexsl- string containing the name of the xlstype- integer defining the type
-
UISchema
Creates a new instance of UISchema- Parameters:
resource- string containing the name of the resourcexsl- string containing the name of the xlstype- integer defining the typepathId- 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
Returns theUIClass- Returns:
- The
UIClass
-
getTeacher
Description copied from interface:Internationalized- Specified by:
getTeacherin interfaceInternationalized- Parameters:
identity- TheIdentity- Returns:
- The
Teacher
-
resetTeacher
public void resetTeacher()Reset the teacher -
getPathId
-