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 intcompareTo(StringObjectId o)booleanequals(Object obj)StringgetId()inthashCode()StringtoString()
-
-
-
Method Detail
-
compareTo
public int compareTo(StringObjectId o)
- Specified by:
compareToin interfaceComparable<StringObjectId>
-
-