Class CmsTypeAnalyzer.TypeBean

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

public static class CmsTypeAnalyzer.TypeBean extends Object implements Serializable
Data for a single content type.
See Also:
  • Constructor Details

    • TypeBean

      public TypeBean(String name, String niceName, int count)
      Instantiates a new type bean.
      Parameters:
      name - the name
      niceName - the nice name
      count - the count
  • Method Details

    • getCount

      public int getCount()
      Gets the count.
      Returns:
      the count
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • getNiceName

      public String getNiceName()
      Gets the nice name.
      Returns:
      the nice name
    • getUsageCount

      public int getUsageCount()
      Gets the usage count.
      Returns:
      the usage count
    • setCount

      public void setCount(int count)
      Sets the count.
      Parameters:
      count - the new count
    • setUsageCount

      public void setUsageCount(int referenceCount)
      Sets the usage count.
      Parameters:
      referenceCount - the new usage count