Class CmsTypeAnalyzer.ResourceBean

java.lang.Object
org.opencms.ade.containerpage.CmsTypeAnalyzer.ResourceBean
All Implemented Interfaces:
Serializable
Enclosing class:
CmsTypeAnalyzer

public static class CmsTypeAnalyzer.ResourceBean extends Object implements Serializable
Data for a single resource.
See Also:
  • Constructor Details

    • ResourceBean

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

    • getId

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

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