Class KObjectKeyImpl
- java.lang.Object
-
- org.uberfire.ext.metadata.model.impl.KObjectKeyImpl
-
- All Implemented Interfaces:
KObjectId,KObjectKey,KObjectSimpleKey
public class KObjectKeyImpl extends Object implements KObjectKey
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterId()StringgetId()StringgetKey()StringgetSegmentId()MetaTypegetType()
-
-
-
Method Detail
-
getType
public MetaType getType()
- Specified by:
getTypein interfaceKObjectKey
-
getClusterId
public String getClusterId()
- Specified by:
getClusterIdin interfaceKObjectSimpleKey
-
getSegmentId
public String getSegmentId()
- Specified by:
getSegmentIdin interfaceKObjectSimpleKey
-
getKey
public String getKey()
- Specified by:
getKeyin interfaceKObjectSimpleKey
-
-