Class LocalUriId
- java.lang.Object
-
- org.kie.efesto.common.api.identifiers.LocalUriId
-
- Direct Known Subclasses:
AppRoot,ModelLocalUriId
public abstract class LocalUriId extends java.lang.Object implements LocalId
An abstract class for aLocalIdthat is represented as a Path.Components should extend this class to get a default base implementation of their LocalId.
-
-
Constructor Summary
Constructors Constructor Description LocalUriId()LocalUriId(LocalUri path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalUriasLocalUri()booleanequals(java.lang.Object o)inthashCode()LocalIdtoLocalId()java.lang.StringtoString()
-
-
-
Constructor Detail
-
LocalUriId
public LocalUriId()
-
LocalUriId
public LocalUriId(LocalUri path)
-
-
Method Detail
-
asLocalUri
public LocalUri asLocalUri()
- Specified by:
asLocalUriin interfaceLocalId
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-