cmu.survey.editor.data.sql
Class QuestionVariableDataBitSetSQL

java.lang.Object
  extended by cmu.survey.editor.data.table.VariableDataBitSetTableStub
      extended by cmu.survey.editor.data.sql.QuestionVariableDataBitSetSQL
All Implemented Interfaces:
DataBitSet, VariableDataBitSet

public class QuestionVariableDataBitSetSQL
extends VariableDataBitSetTableStub


Constructor Summary
QuestionVariableDataBitSetSQL(QuestionDataBitSetSQL question, StringDataBit variableName, StringDataBit variableType)
           
 
Method Summary
 QuestionVariableDataBitSetSQL copyTo(QuestionDataBitSetSQL newQuestion)
           
 StringDataBit getDefaultValue()
           
 StringDataBit getName()
           
 StringDataBit getType()
           
 java.util.Vector<DataBit> getVectorOfDataBits()
           
 void moveTo(QuestionDataBitSetSQL newQuestion)
           
 void setDefaultValue(AuxillaryOptionDataBitTable defaultValue)
           
 
Methods inherited from class cmu.survey.editor.data.table.VariableDataBitSetTableStub
fix, getErrorDescription, hasBeenModified, isNew, isTypeKey, isTypeNumeric, isValid, setNew
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuestionVariableDataBitSetSQL

public QuestionVariableDataBitSetSQL(QuestionDataBitSetSQL question,
                                     StringDataBit variableName,
                                     StringDataBit variableType)
Method Detail

getName

public StringDataBit getName()
Specified by:
getName in interface VariableDataBitSet
Specified by:
getName in class VariableDataBitSetTableStub

getType

public StringDataBit getType()
Specified by:
getType in interface VariableDataBitSet
Specified by:
getType in class VariableDataBitSetTableStub

getDefaultValue

public StringDataBit getDefaultValue()

getVectorOfDataBits

public java.util.Vector<DataBit> getVectorOfDataBits()
Specified by:
getVectorOfDataBits in class VariableDataBitSetTableStub

copyTo

public QuestionVariableDataBitSetSQL copyTo(QuestionDataBitSetSQL newQuestion)

moveTo

public void moveTo(QuestionDataBitSetSQL newQuestion)

setDefaultValue

public void setDefaultValue(AuxillaryOptionDataBitTable defaultValue)