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