Package org.pentaho.di.www
Class CarteObjectEntry
java.lang.Object
org.pentaho.di.www.CarteObjectEntry
- All Implemented Interfaces:
Comparable<CarteObjectEntry>
,Comparator<CarteObjectEntry>
public class CarteObjectEntry
extends Object
implements Comparator<CarteObjectEntry>, Comparable<CarteObjectEntry>
A carte object entry in the transformation or job maps
- Author:
- matt
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
CarteObjectEntry
public CarteObjectEntry() -
CarteObjectEntry
-
-
Method Details
-
equals
- Specified by:
equals
in interfaceComparator<CarteObjectEntry>
- Overrides:
equals
in classObject
-
hashCode
public int hashCode() -
compare
- Specified by:
compare
in interfaceComparator<CarteObjectEntry>
-
compareTo
- Specified by:
compareTo
in interfaceComparable<CarteObjectEntry>
-
getName
- Returns:
- the name
-
setName
- Parameters:
name
- the name to set
-
getId
- Returns:
- the id
-
setId
- Parameters:
id
- the id to set
-