|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.unidu.is.annotation.rework.ontology.classes.ServiceObjects.AnnotableObject
de.unidu.is.annotation.rework.ontology.classes.ServiceObjects.MVSelection
MVSelection.java
Represents a selection (Multivalent Browser).
See class MVSelection of the OWL ontology.
| Field Summary | |
protected java.lang.String |
context
Context of the selection |
protected java.lang.Integer |
height
Height of the selection |
protected java.lang.String |
tree
Tree property of the selection |
protected java.lang.String |
treeNode
Tree node of the selection |
protected java.lang.Integer |
width
Width of the selection |
protected java.lang.Integer |
xCoordinate
X coordinate of the selection |
protected java.lang.Integer |
yCoordinate
Y coordinate of the selection |
| Fields inherited from class de.unidu.is.annotation.rework.ontology.classes.ServiceObjects.AnnotableObject |
hasAnnotations, id |
| Constructor Summary | |
MVSelection()
|
|
| Method Summary | |
java.lang.String |
getContext()
Returns the context of the selection |
java.lang.Integer |
getHeight()
Returns the height of the selection |
java.lang.String |
getTree()
Returns the tree of the selection |
java.lang.String |
getTreeNode()
Returns the tree node of the selection |
java.lang.Integer |
getWidth()
Returns the width of the selection |
java.lang.Integer |
getX()
Returns the x coordinate of the selection |
java.lang.Integer |
getY()
Returns the y coordinate of the selection |
void |
setContext(java.lang.String context)
Sets the context of the selection |
void |
setHeight(java.lang.Integer height)
Sets the height of the selection |
void |
setTree(java.lang.String tree)
Sets the tree of the selection |
void |
setTreeNode(java.lang.String treeNode)
Sets the tree node of the selection |
void |
setWidth(java.lang.Integer width)
Sets the width of the selection |
void |
setX(java.lang.Integer coordinate)
Sets the x coordinate of the selection |
void |
setY(java.lang.Integer coordinate)
Sets the y coordinate of the selection |
| Methods inherited from class de.unidu.is.annotation.rework.ontology.classes.ServiceObjects.AnnotableObject |
getId, getLocalName, hasAnnotations, setHasAnnotation, setId, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.Integer xCoordinate
protected java.lang.Integer yCoordinate
protected java.lang.Integer height
protected java.lang.Integer width
protected java.lang.String tree
protected java.lang.String treeNode
protected java.lang.String context
| Constructor Detail |
public MVSelection()
| Method Detail |
public java.lang.String getContext()
public void setContext(java.lang.String context)
context - Contextpublic java.lang.Integer getHeight()
public void setHeight(java.lang.Integer height)
height - Heightpublic java.lang.String getTree()
public void setTree(java.lang.String tree)
tree - Treepublic java.lang.String getTreeNode()
public void setTreeNode(java.lang.String treeNode)
treeNode - Tree nodepublic java.lang.Integer getWidth()
public void setWidth(java.lang.Integer width)
width - Widthpublic java.lang.Integer getX()
public void setX(java.lang.Integer coordinate)
coordinate - public java.lang.Integer getY()
public void setY(java.lang.Integer coordinate)
coordinate -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||