Class InstanceVariables

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

public class InstanceVariables
extends Object
This class represents the instance variables for a generated DBAccessor.
Author:
Lennart Martens
  • Constructor Details

    • InstanceVariables

      public InstanceVariables()
      Empty default constructor
    • 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 Details

    • toString

      public String toString()
      This method generates the code for the instance variables.
      Overrides:
      toString in class Object
      Returns:
      String with the code.