Class CmsTypeAnalyzer.ResourceBean

    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceBean​(CmsUUID id, java.lang.String path)
      Instantiates a new resource bean.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CmsUUID getId()
      Gets the id.
      java.lang.String getPath()
      Gets the path.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResourceBean

        public ResourceBean​(CmsUUID id,
                            java.lang.String path)
        Instantiates a new resource bean.
        Parameters:
        id - the id
        path - the path
    • Method Detail

      • getId

        public CmsUUID getId()
        Gets the id.
        Returns:
        the id
      • getPath

        public java.lang.String getPath()
        Gets the path.
        Returns:
        the path