|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.devaki.nextobjects.workspace.models.objects.BaseObject org.devaki.nextobjects.workspace.models.objects.BaseClass org.devaki.nextobjects.workspace.models.objects.Table
The class Table represent Table as they are in a database
Constructor Summary | |
Table(PhysicalModel pModel)
Construct a new 'Table' object |
|
Table(Table pObject)
Construct a new 'Table' object by clonig another |
Method Summary | |
java.util.Vector |
getConstraints()
Get the constraints of that table |
java.util.Vector |
getForeignKeys()
Get the foreign keys for this table. |
ObjectView |
getObjectView()
Get the object view |
java.util.Vector |
getPrimaryKeys()
Get the primary keys |
void |
setConstraints(java.util.Vector vector)
Set the constraints of that table |
Methods inherited from class org.devaki.nextobjects.workspace.models.objects.BaseClass |
getAbstractClass, getAlias, getBaseClass, getBasePeer, getColumnForId, getHeavyIndexing, getIdMethod, getIndexes, getJavaName, getJavaNamingMethod, getSkipSql, getUniques, setAbstractClass, setAlias, setBaseClass, setBasePeer, setData, setHeavyIndexing, setIdMethod, setIndexes, setJavaName, setJavaNamingMethod, setSkipSql, setUniques |
Methods inherited from class org.devaki.nextobjects.workspace.models.objects.BaseObject |
getCode, getColumns, getData, getDataChanged, getDescription, getDynamicTreeNode, getMyModel, getName, getNotes, resetModelStatus, setCode, setColumns, setDataChanged, setDescription, setDynamicTreeNode, setMyModel, setName, setNotes, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Table(Table pObject)
pObject
- the table to clonepublic Table(PhysicalModel pModel)
pModel
- the context modelMethod Detail |
public final java.util.Vector getForeignKeys()
public final java.util.Vector getPrimaryKeys()
public final ObjectView getObjectView()
getObjectView
in class BaseClass
public final java.util.Vector getConstraints()
public final void setConstraints(java.util.Vector vector)
vector
- the new constraints
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |