Package org.kie.drl.api.identifiers
Class LocalComponentIdDrlSession
- java.lang.Object
-
- org.kie.efesto.common.api.identifiers.LocalUriId
-
- org.kie.efesto.common.api.identifiers.ModelLocalUriId
-
- org.kie.drl.api.identifiers.LocalComponentIdDrlSession
-
- All Implemented Interfaces:
Serializable,org.kie.efesto.common.api.identifiers.Id,org.kie.efesto.common.api.identifiers.LocalId
public class LocalComponentIdDrlSession extends org.kie.efesto.common.api.identifiers.ModelLocalUriId implements org.kie.efesto.common.api.identifiers.Id- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LocalComponentIdDrlSession(String basePath, long identifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()longidentifier()org.kie.efesto.common.api.identifiers.LocalIdtoLocalId()
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LocalComponentIdDrlSession
public LocalComponentIdDrlSession(String basePath, long identifier)
-
-
Method Detail
-
identifier
public long identifier()
-
toLocalId
public org.kie.efesto.common.api.identifiers.LocalId toLocalId()
- Specified by:
toLocalIdin interfaceorg.kie.efesto.common.api.identifiers.Id- Overrides:
toLocalIdin classorg.kie.efesto.common.api.identifiers.LocalUriId
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classorg.kie.efesto.common.api.identifiers.ModelLocalUriId
-
hashCode
public int hashCode()
- Overrides:
hashCodein classorg.kie.efesto.common.api.identifiers.ModelLocalUriId
-
-