Package com.compomics.util.db.components
Class InstanceVariables
java.lang.Object
com.compomics.util.db.components.InstanceVariables
This class represents the instance variables for a generated DBAccessor.
- Author:
- Lennart Martens
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty default constructorInstanceVariables(DBMetaData aMeta) This constructor will create all the code for the instance variables from the given DBMetaData. -
Method Summary
-
Constructor Details
-
InstanceVariables
public InstanceVariables()Empty default constructor -
InstanceVariables
This constructor will create all the code for the instance variables from the given DBMetaData.- Parameters:
aMeta- DBMetaData with the metdata for which to generate instance variables.
-
-
Method Details