be.lassi.domain
Class Preset
java.lang.Object
be.lassi.domain.Preset
public class Preset
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Preset
public Preset(PresetDefinition definition)
addValue
public void addValue(PresetValue value)
equals
public boolean equals(java.lang.Object object)
-
- Overrides:
equals
in class java.lang.Object
getDefinition
public PresetDefinition getDefinition()
getValue
public PresetValue getValue(int index)
getValueCount
public int getValueCount()
hashCode
public int hashCode()
-
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
-
- Overrides:
toString
in class java.lang.Object