Package org.pentaho.di.repository
Interface ObjectId
-
- All Known Implementing Classes:
LongObjectId
,StringObjectId
public interface ObjectId
This interface allows an object to be identified with an ID in a repository (or elsewhere). In some cases, this ID is a long integer (Database Repository), in some cases a filename, in other cases a UUID. So in general we made the ID itself a String.- Author:
- matt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
-
-
-
Method Detail
-
getId
String getId()
-
-