Class LocalComponentIdDrlSession

  • All Implemented Interfaces:
    java.io.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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PREFIX  
    • Constructor Summary

      Constructors 
      Constructor Description
      LocalComponentIdDrlSession​(java.lang.String basePath, long identifier)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      long identifier()  
      org.kie.efesto.common.api.identifiers.LocalId toLocalId()  
      • Methods inherited from class org.kie.efesto.common.api.identifiers.ModelLocalUriId

        appendBasePath, asModelLocalUriId, basePath, fullPath, model
      • Methods inherited from class org.kie.efesto.common.api.identifiers.LocalUriId

        asLocalUri, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LocalComponentIdDrlSession

        public LocalComponentIdDrlSession​(java.lang.String basePath,
                                          long identifier)
    • Method Detail

      • identifier

        public long identifier()
      • toLocalId

        public org.kie.efesto.common.api.identifiers.LocalId toLocalId()
        Specified by:
        toLocalId in interface org.kie.efesto.common.api.identifiers.Id
        Overrides:
        toLocalId in class org.kie.efesto.common.api.identifiers.LocalUriId
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class org.kie.efesto.common.api.identifiers.ModelLocalUriId
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class org.kie.efesto.common.api.identifiers.ModelLocalUriId