java.lang.Object
com.inductiveautomation.ignition.common.resourcecollection.ResourceId
All Implemented Interfaces:
Serializable

public class ResourceId extends Object implements Serializable
Unique ID for a resource, containing the resource collection name, module id, type id, and folder path.
See Also:
  • Field Details

    • collectionName

      protected String collectionName
    • resourcePath

      protected ResourcePath resourcePath
  • Constructor Details

  • Method Details

    • getResourceCollectionName

      public String getResourceCollectionName()
    • getResourceType

      public ResourceType getResourceType()
    • getResourcePath

      public ResourcePath getResourcePath()
      Returns:
      The resource path, which is the resource type id + folder path.
    • getFolderPath

      public String getFolderPath()
      Shortcut for getResourcePath().getPath().toString()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object