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