Package org.pentaho.di.repository
Class StringObjectId
- java.lang.Object
-
- org.pentaho.di.repository.StringObjectId
-
- All Implemented Interfaces:
Comparable<StringObjectId>
,ObjectId
public class StringObjectId extends Object implements ObjectId, Comparable<StringObjectId>
-
-
Constructor Summary
Constructors Constructor Description StringObjectId(String id)
StringObjectId(ObjectId objectId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(StringObjectId o)
boolean
equals(Object obj)
String
getId()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
compareTo
public int compareTo(StringObjectId o)
- Specified by:
compareTo
in interfaceComparable<StringObjectId>
-
-