Package cz.diribet.aqdef.model
Class ValueIndex
- java.lang.Object
-
- cz.diribet.aqdef.model.ValueIndex
-
- All Implemented Interfaces:
Comparable<ValueIndex>
public class ValueIndex extends Object implements Comparable<ValueIndex>
- Author:
- Vlastimil Dolejs
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ValueIndex o)booleanequals(Object obj)CharacteristicIndexgetCharacteristicIndex()PartIndexgetPartIndex()IntegergetValueIndex()inthashCode()static ValueIndexof(CharacteristicIndex characteristicIndex, Integer valueIndex)static ValueIndexof(PartIndex partIndex, CharacteristicIndex characteristicIndex, Integer valueIndex)static ValueIndexof(Integer partIndex, Integer characteristicIndex, Integer valueIndex)booleanplatiProVsechnyHodnotyDilu()StringtoString()
-
-
-
Method Detail
-
getPartIndex
public PartIndex getPartIndex()
-
getCharacteristicIndex
public CharacteristicIndex getCharacteristicIndex()
-
getValueIndex
public Integer getValueIndex()
-
platiProVsechnyHodnotyDilu
public boolean platiProVsechnyHodnotyDilu()
-
of
public static ValueIndex of(CharacteristicIndex characteristicIndex, Integer valueIndex)
-
of
public static ValueIndex of(PartIndex partIndex, CharacteristicIndex characteristicIndex, Integer valueIndex)
-
of
public static ValueIndex of(Integer partIndex, Integer characteristicIndex, Integer valueIndex)
-
compareTo
public int compareTo(ValueIndex o)
- Specified by:
compareToin interfaceComparable<ValueIndex>
-
-