Uses of Class
org.modelsphere.sms.oo.db.DbOOClass

Packages that use DbOOClass
org.modelsphere.sms.oo.db   
 

Uses of DbOOClass in org.modelsphere.sms.oo.db
 

Methods in org.modelsphere.sms.oo.db that return DbOOClass
 DbOOClass DbOOInheritance.getSubClass()
          Gets the subclass object associated to a DbOOInheritance's instance.
 DbOOClass DbOOInheritance.getSuperClass()
          Gets the superclass object associated to a DbOOInheritance's instance.
 

Methods in org.modelsphere.sms.oo.db with parameters of type DbOOClass
 void DbOOInheritance.setSubClass(DbOOClass value)
          Sets the subclass object associated to a DbOOInheritance's instance.
 void DbOOInheritance.setSuperClass(DbOOClass value)
          Sets the superclass object associated to a DbOOInheritance's instance.
 

Constructors in org.modelsphere.sms.oo.db with parameters of type DbOOClass
DbOOInheritance(DbOOClass subClass, DbOOClass superClass)
          Creates an instance of DbOOInheritance.
 



Open ModelSphere 2007. All Rights Reserved.