Class UncategorizedNode

  • All Implemented Interfaces:
    ActionAwareNode

    public class UncategorizedNode
    extends java.lang.Object
    implements ActionAwareNode
    Model representing uncategorized node. The parentItem property contains parent node data of uncategorized node. For example: parentItem will be equal to catalogVersionModel for uncategorized node in catalog version
    • Constructor Summary

      Constructors 
      Constructor Description
      UncategorizedNode​(java.lang.Object parentItem)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getParentItem()  
      • Methods inherited from class java.lang.Object

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

      • UncategorizedNode

        public UncategorizedNode​(java.lang.Object parentItem)
    • Method Detail

      • getParentItem

        public java.lang.Object getParentItem()