public class DBQueryDefTable extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
mId |
protected java.lang.String |
mName |
protected java.awt.Point |
mPnt |
Constructor and Description |
---|
DBQueryDefTable(int aId,
java.lang.String aName,
int aX,
int aY)
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getId()
Returns the Id
|
java.lang.String |
getName() |
java.awt.Point |
getPnt()
Returns the location as a point
|
void |
setId(int aId)
Sets the Id
|
void |
setName(java.lang.String aName)
Returns the name
|
void |
setPnt(java.awt.Point aPnt)
Sets the location Point
|
protected java.awt.Point mPnt
protected int mId
protected java.lang.String mName
public DBQueryDefTable(int aId, java.lang.String aName, int aX, int aY)
aId
- id of tableaName
- name of tableaX
- x coordaY
- y coordpublic int getId()
public void setId(int aId)
aId
- The mId to set.public java.lang.String getName()
public void setName(java.lang.String aName)
aName
- The mName to set.public java.awt.Point getPnt()
public void setPnt(java.awt.Point aPnt)
aPnt
- The mPnt to set. (sets the contents not the pointer)