cmu.survey.editor.data.sql
Class ChoicesDataBitSetSQL.ReorderableChoice

java.lang.Object
  extended by cmu.survey.editor.data.sql.ChoicesDataBitSetSQL.ReorderableChoice
All Implemented Interfaces:
ReorderableListModelWithOrderIndexStub.ReorderableObject<OneChoiceDataBitSet>
Enclosing class:
ChoicesDataBitSetSQL

public class ChoicesDataBitSetSQL.ReorderableChoice
extends java.lang.Object
implements ReorderableListModelWithOrderIndexStub.ReorderableObject<OneChoiceDataBitSet>


Field Summary
protected  OneChoiceDataBitSetStub choice
           
 
Constructor Summary
ChoicesDataBitSetSQL.ReorderableChoice(OneChoiceDataBitSetStub choice)
           
 
Method Summary
 IntegerDataBit getOrderIndex()
           
 OneChoiceDataBitSet getReorderableItem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

choice

protected OneChoiceDataBitSetStub choice
Constructor Detail

ChoicesDataBitSetSQL.ReorderableChoice

public ChoicesDataBitSetSQL.ReorderableChoice(OneChoiceDataBitSetStub choice)
Method Detail

getReorderableItem

public OneChoiceDataBitSet getReorderableItem()
Specified by:
getReorderableItem in interface ReorderableListModelWithOrderIndexStub.ReorderableObject<OneChoiceDataBitSet>

getOrderIndex

public IntegerDataBit getOrderIndex()
Specified by:
getOrderIndex in interface ReorderableListModelWithOrderIndexStub.ReorderableObject<OneChoiceDataBitSet>