
net.sourceforge.squirrel_sql.plugins.graph.xmlbeans.TableFrameXmlBean Maven / Gradle / Ivy
The newest version!
package net.sourceforge.squirrel_sql.plugins.graph.xmlbeans;
public class TableFrameXmlBean
{
private int x;
private int y;
private int widht;
private int height;
public int getX()
{
return x;
}
public void setX(int x)
{
this.x = x;
}
public int getY()
{
return y;
}
public void setY(int y)
{
this.y = y;
}
public int getWidht()
{
return widht;
}
public void setWidht(int widht)
{
this.widht = widht;
}
public int getHeight()
{
return height;
}
public void setHeight(int height)
{
this.height = height;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy