com.compomics.util.db.components
Class InstanceVariables

java.lang.Object
  extended by com.compomics.util.db.components.InstanceVariables

public class InstanceVariables
extends java.lang.Object

This class represents the instance variables for a generated DBAccessor.

Author:
Lennart Martens

Constructor Summary
InstanceVariables(DBMetaData aMeta)
          This constructor will create all the code for the instance variables from the given DBMetaData.
 
Method Summary
 java.lang.String toString()
          This method generates the code for the instance variables.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstanceVariables

public InstanceVariables(DBMetaData aMeta)
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 Detail

toString

public java.lang.String toString()
This method generates the code for the instance variables.

Overrides:
toString in class java.lang.Object
Returns:
String with the code.


Copyright © 2012. All Rights Reserved.