|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jcorporate.expresso.kernel.metadata.SchemaData
Bean class that represents the metadata for a Schema. This object is normally populated by the contents of an xml file, but it can be populated as needed manually if so desired.
| Constructor Summary | |
SchemaData()
Default constructor |
|
| Method Summary | |
void |
addController(ControllerData newObj)
A ControllerData metadata to this schema |
void |
addDataObject(DBObjectData newObj)
A DataObject metadata to this schem |
void |
addJob(JobData newObj)
A JobData metadata to this schema |
void |
addReportObject(ReportData newObj)
A DataObject metadata to this schema |
List |
getControllers()
Retrieve a readonly list of controllers for this schema |
List |
getDataObjects()
Retrieve a readonly list of DBObjects for this schema |
List |
getJobs()
Retrieve a readonly list of Jobs for this schema |
List |
getReports()
Retrieve a readonly list of Reports for this schema |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SchemaData()
| Method Detail |
public void addDataObject(DBObjectData newObj)
newObj - the new object to addpublic void addReportObject(ReportData newObj)
newObj - the new object to addpublic void addController(ControllerData newObj)
newObj - the new object to addpublic void addJob(JobData newObj)
newObj - the new object to addpublic List getControllers()
public List getDataObjects()
public List getJobs()
public List getReports()
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||