Class CmsTypeAnalyzer.TypeBean

    • Constructor Summary

      Constructors 
      Constructor Description
      TypeBean​(java.lang.String name, java.lang.String niceName, int count)
      Instantiates a new type bean.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCount()
      Gets the count.
      java.lang.String getName()
      Gets the name.
      java.lang.String getNiceName()
      Gets the nice name.
      int getUsageCount()
      Gets the usage count.
      void setCount​(int count)
      Sets the count.
      void setUsageCount​(int referenceCount)
      Sets the usage count.
      • Methods inherited from class java.lang.Object

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

      • TypeBean

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

      • getCount

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

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

        public java.lang.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