com.ebmwebsourcing.bpmneditor.business.service.bpmn2.to.serverToClient.xmlParsing
Class GraphicalDescription

java.lang.Object
  extended by com.ebmwebsourcing.bpmneditor.business.service.bpmn2.to.serverToClient.xmlParsing.GraphicalDescription

public class GraphicalDescription
extends java.lang.Object


Constructor Summary
GraphicalDescription()
           
 
Method Summary
 int getX_left()
           
 int getX_right()
           
 int getY_left()
           
 int getY_rigth()
           
 void setX_left(int xLeft)
           
 void setX_right(int xRight)
           
 void setY_left(int yLeft)
           
 void setY_rigth(int yRigth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicalDescription

public GraphicalDescription()
Method Detail

getX_right

public int getX_right()

setX_right

public void setX_right(int xRight)

getX_left

public int getX_left()

setX_left

public void setX_left(int xLeft)

getY_rigth

public int getY_rigth()

setY_rigth

public void setY_rigth(int yRigth)

getY_left

public int getY_left()

setY_left

public void setY_left(int yLeft)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.