|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.objectwave.transactionalSupport.test.DomainObject
|
+--com.objectwave.transactionalSupport.test.TestEntity
Title: Description: Copyright: Copyright (c) 2001 Company:
| Field Summary |
| Fields inherited from class com.objectwave.transactionalSupport.test.DomainObject |
adapt, editor |
| Constructor Summary | |
TestEntity()
Constructor for the TestEntity object |
|
| Method Summary | |
int |
getId()
Gets the Id attribute of the TestEntity object |
java.lang.String |
getName()
Gets the Name attribute of the TestEntity object |
java.lang.String |
getTableName()
Gets the TableName attribute of the TestEntity object |
java.util.Vector |
initDescriptor()
|
static void |
main(java.lang.String[] args)
The main program for the TestEntity class |
void |
setId(int newId)
Sets the Id attribute of the TestEntity object |
void |
setName(java.lang.String newName)
Sets the Name attribute of the TestEntity object |
void |
setObjectEditor(ObjectEditingView view)
Sets the ObjectEditor attribute of the TestEntity object |
java.lang.String |
toString()
|
| Methods inherited from class com.objectwave.transactionalSupport.test.DomainObject |
createAdapter, delete, getAdapter, getBrokerName, getObjectEditor, getPrimaryKeyField, getPrimaryKeyFields, insert, isDirty, isRetrievedFromDatabase, isTransient, lock, markForDelete, save, setAsTransient, setBrokerName, setPrimaryKeyField, setRetrievedFromDatabase, unlock, update, usesAdapter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TestEntity()
| Method Detail |
public static void main(java.lang.String[] args)
args - The command line argumentspublic void setName(java.lang.String newName)
newName - The new Name valuepublic void setId(int newId)
newId - The new Id valuepublic void setObjectEditor(ObjectEditingView view)
setObjectEditor in interface TransactionalObjectIFsetObjectEditor in class DomainObjectview - The new ObjectEditor valuepublic java.lang.String getName()
public int getId()
public java.lang.String getTableName()
getTableName in class DomainObjectpublic java.util.Vector initDescriptor()
initDescriptor in class DomainObjectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||