de.unidu.is.annotation.rework.ontology.classes.ServiceObjects
Class MVSelection

java.lang.Object
  extended byde.unidu.is.annotation.rework.ontology.classes.ServiceObjects.AnnotableObject
      extended byde.unidu.is.annotation.rework.ontology.classes.ServiceObjects.MVSelection

public class MVSelection
extends AnnotableObject

MVSelection.java Represents a selection (Multivalent Browser). See class MVSelection of the OWL ontology.

Author:
Marc Lechtenfeld

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

xCoordinate

protected java.lang.Integer xCoordinate
X coordinate of the selection


yCoordinate

protected java.lang.Integer yCoordinate
Y coordinate of the selection


height

protected java.lang.Integer height
Height of the selection


width

protected java.lang.Integer width
Width of the selection


tree

protected java.lang.String tree
Tree property of the selection


treeNode

protected java.lang.String treeNode
Tree node of the selection


context

protected java.lang.String context
Context of the selection

Constructor Detail

MVSelection

public MVSelection()
Method Detail

getContext

public java.lang.String getContext()
Returns the context of the selection

Returns:
Context

setContext

public void setContext(java.lang.String context)
Sets the context of the selection

Parameters:
context - Context

getHeight

public java.lang.Integer getHeight()
Returns the height of the selection

Returns:
Height

setHeight

public void setHeight(java.lang.Integer height)
Sets the height of the selection

Parameters:
height - Height

getTree

public java.lang.String getTree()
Returns the tree of the selection

Returns:
Tree

setTree

public void setTree(java.lang.String tree)
Sets the tree of the selection

Parameters:
tree - Tree

getTreeNode

public java.lang.String getTreeNode()
Returns the tree node of the selection

Returns:
Tree node

setTreeNode

public void setTreeNode(java.lang.String treeNode)
Sets the tree node of the selection

Parameters:
treeNode - Tree node

getWidth

public java.lang.Integer getWidth()
Returns the width of the selection

Returns:
Width

setWidth

public void setWidth(java.lang.Integer width)
Sets the width of the selection

Parameters:
width - Width

getX

public java.lang.Integer getX()
Returns the x coordinate of the selection

Returns:
X coordinate

setX

public void setX(java.lang.Integer coordinate)
Sets the x coordinate of the selection

Parameters:
coordinate -

getY

public java.lang.Integer getY()
Returns the y coordinate of the selection

Returns:

setY

public void setY(java.lang.Integer coordinate)
Sets the y coordinate of the selection

Parameters:
coordinate -