|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.db.components.RetrievableCode
public class RetrievableCode
This class generates the code to make a DBAccessor an implementation of the Retrieveable interface.
Constructor Summary | |
---|---|
RetrievableCode(DBMetaData aMeta)
This constructor allows the generation of the code for the implementation of the Retrievable interface for a DBAccessor class, based on the specified metadata. |
Method Summary | |
---|---|
java.lang.String |
toString()
This method will report on the generated code. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RetrievableCode(DBMetaData aMeta)
aMeta
- DBMetaData with the metadata to generate the code for.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 |