|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.db.DBAccessor
public class DBAccessor
This class represents an accessor class' sourcecode as generated by the DBAccessorGenerator class.
Constructor Summary | |
---|---|
DBAccessor(DBMetaData aMeta,
java.lang.String aPackage,
boolean debug)
This constructor creates all code for the accessor, based on the specified metadata. |
Method Summary | |
---|---|
java.lang.String |
toString()
This method returns the generated code as a String. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DBAccessor(DBMetaData aMeta, java.lang.String aPackage, boolean debug)
aMeta
- DBMetaData with the metadata to generate
the accessor for.aPackage
- String with the packagename for the class ('null' if none is desired).debug
- boolean to indicate whether output to stdout is necessary (or desired).Method Detail |
---|
public 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 |