public class CharacteristicIndex extends Object implements Comparable<CharacteristicIndex>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CharacteristicIndex o) |
boolean |
equals(Object obj) |
Integer |
getCharacteristicIndex() |
PartIndex |
getPartIndex() |
int |
hashCode() |
static CharacteristicIndex |
of(Integer partIndex,
Integer characteristicIndex) |
static CharacteristicIndex |
of(PartIndex partIndex,
Integer characteristicIndex) |
boolean |
platiProVsechnyZnakyDilu() |
String |
toString() |
public PartIndex getPartIndex()
public Integer getCharacteristicIndex()
public boolean platiProVsechnyZnakyDilu()
public static CharacteristicIndex of(PartIndex partIndex, Integer characteristicIndex)
public static CharacteristicIndex of(Integer partIndex, Integer characteristicIndex)
public int compareTo(CharacteristicIndex o)
compareTo in interface Comparable<CharacteristicIndex>Copyright © 2019. All rights reserved.