Package cz.diribet.aqdef.model
Class PartIndex
- java.lang.Object
-
- cz.diribet.aqdef.model.PartIndex
-
- All Implemented Interfaces:
Comparable<PartIndex>
public class PartIndex extends Object implements Comparable<PartIndex>
- Author:
- Vlastimil Dolejs
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(PartIndex o)booleanequals(Object obj)IntegergetIndex()inthashCode()static PartIndexof(Integer index)StringtoString()
-
-
-
Method Detail
-
getIndex
public Integer getIndex()
-
compareTo
public int compareTo(PartIndex o)
- Specified by:
compareToin interfaceComparable<PartIndex>
-
-