Class ModelLocalUriId
- java.lang.Object
-
- org.kie.efesto.common.api.identifiers.LocalUriId
-
- org.kie.efesto.common.api.identifiers.ModelLocalUriId
-
- All Implemented Interfaces:
Serializable,Id,LocalId
public class ModelLocalUriId extends LocalUriId implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModelLocalUriId(LocalUri path)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static LocalUriappendBasePath(LocalUri parent, String basePath)ModelLocalUriIdasModelLocalUriId()StringbasePath()booleanequals(Object o)StringfullPath()inthashCode()Stringmodel()-
Methods inherited from class org.kie.efesto.common.api.identifiers.LocalUriId
asLocalUri, toLocalId, toString
-
-
-
-
Constructor Detail
-
ModelLocalUriId
public ModelLocalUriId(LocalUri path)
-
-
Method Detail
-
model
public String model()
-
basePath
public String basePath()
-
fullPath
public String fullPath()
-
asModelLocalUriId
public ModelLocalUriId asModelLocalUriId()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classLocalUriId
-
hashCode
public int hashCode()
- Overrides:
hashCodein classLocalUriId
-
-