public class DataRepetitionComboElement
extends java.lang.Object
DefaultComboBoxModel of the local JComboBox.| Constructor and Description |
|---|
DataRepetitionComboElement(DataRepetition costModelRepetition)
Instantiates a new cost model repetition object.
|
| Modifier and Type | Method and Description |
|---|---|
DataRepetition |
getCostModelRepetition()
Gets the data repetition.
|
void |
setCostModelRepetition(DataRepetition dataRepetition)
Sets the data repetition.
|
java.lang.String |
toString() |
public DataRepetitionComboElement(DataRepetition costModelRepetition)
costModelRepetition - the cost model repetitionpublic DataRepetition getCostModelRepetition()
public void setCostModelRepetition(DataRepetition dataRepetition)
dataRepetition - the new data repetitionpublic java.lang.String toString()
toString in class java.lang.Object