|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cmu.survey.editor.data.sql.AuxillaryQuestionPartSQLStub
public class AuxillaryQuestionPartSQLStub
Field Summary | |
---|---|
protected AuxillaryOptionDataBitTable |
auxillaryOption
|
Constructor Summary | |
---|---|
AuxillaryQuestionPartSQLStub(AuxillaryOptionDataBitTable auxillaryOption)
|
Method Summary | |
---|---|
AuxillaryQuestionPartSQLStub |
copyTo(AuxillaryQuestionPartSetSQL newParent)
|
java.lang.Object |
copyTo(java.lang.Object newParent)
Make a copy for use in the new parent. |
ChoicesDataBitSet |
getChoices()
|
StringDataBit |
getFilterType()
|
IntegerDataBit |
getOrderIndex()
|
VariableDataBitSet |
getSecondVariable()
|
StringDataBit |
getTable()
|
StringDataBit |
getText()
Optional, hasText must return true if this returns non-null. |
StringDataBit |
getType()
Returns one of the static types to mention what it is -- static types should all be in QuestionsFromDatabaseConstants. |
java.lang.String |
getTypeFriendlyName()
|
VariableDataBitSet |
getVariable()
|
boolean |
hasBeenModified()
|
boolean |
hasChoices()
|
boolean |
hasFilterType()
|
boolean |
hasSecondVariable()
The second variable. |
boolean |
hasTable()
|
boolean |
hasText()
|
boolean |
hasVariable()
True if this type has a variable. |
boolean |
isNew()
|
AuxillaryQuestionPartSQLStub |
moveTo(AuxillaryQuestionPartSetSQL newParent)
|
Moveable |
moveTo(java.lang.Object newParent)
Move to the new parent. |
boolean |
save()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AuxillaryOptionDataBitTable auxillaryOption
Constructor Detail |
---|
public AuxillaryQuestionPartSQLStub(AuxillaryOptionDataBitTable auxillaryOption)
Method Detail |
---|
public boolean hasText()
hasText
in interface AuxillaryQuestionPart
public StringDataBit getText()
AuxillaryQuestionPart
getText
in interface AuxillaryQuestionPart
public boolean hasVariable()
AuxillaryQuestionPart
hasVariable
in interface AuxillaryQuestionPart
public VariableDataBitSet getVariable()
getVariable
in interface AuxillaryQuestionPart
public boolean hasSecondVariable()
AuxillaryQuestionPart
hasSecondVariable
in interface AuxillaryQuestionPart
public VariableDataBitSet getSecondVariable()
getSecondVariable
in interface AuxillaryQuestionPart
public StringDataBit getType()
AuxillaryQuestionPart
getType
in interface AuxillaryQuestionPart
public java.lang.String getTypeFriendlyName()
getTypeFriendlyName
in interface AuxillaryQuestionPart
public IntegerDataBit getOrderIndex()
public boolean isNew()
public boolean hasBeenModified()
public boolean save()
public boolean hasChoices()
hasChoices
in interface AuxillaryQuestionPart
public ChoicesDataBitSet getChoices()
getChoices
in interface AuxillaryQuestionPart
public boolean hasFilterType()
hasFilterType
in interface AuxillaryQuestionPart
public StringDataBit getFilterType()
getFilterType
in interface AuxillaryQuestionPart
public boolean hasTable()
hasTable
in interface AuxillaryQuestionPart
public StringDataBit getTable()
getTable
in interface AuxillaryQuestionPart
public AuxillaryQuestionPartSQLStub moveTo(AuxillaryQuestionPartSetSQL newParent)
public Moveable moveTo(java.lang.Object newParent)
Moveable
moveTo
in interface Moveable
public AuxillaryQuestionPartSQLStub copyTo(AuxillaryQuestionPartSetSQL newParent)
public java.lang.Object copyTo(java.lang.Object newParent)
Copyable
copyTo
in interface Copyable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |