Class AltInputReportItem

java.lang.Object
hec.rss.model.reports.AltInputReportItem

public class AltInputReportItem extends Object
The Class AltInputReportItem.
  • Constructor Details

    • AltInputReportItem

      public AltInputReportItem(String name, AltInputReportEnums type, boolean selected, AltInputReportItem parent)
      Instantiates a new alt input report item.
      Parameters:
      name - the name
      type - the type
      selected - the selected
      parent - the parent
  • Method Details

    • setSelected

      public void setSelected(boolean selected)
      Sets the selected.
      Parameters:
      selected - the new selected
    • isSelected

      public boolean isSelected()
      Checks if is selected.
      Returns:
      true, if is selected
    • getSelected

      public boolean getSelected()
      Gets the selected.
      Returns:
      the selected
    • getParent

      public AltInputReportItem getParent()
      Gets the parent.
      Returns:
      the parent
    • addChild

      public void addChild(AltInputReportItem child)
      Adds the child.
      Parameters:
      child - the child
    • getChildren

      public List<AltInputReportItem> getChildren()
      Gets the children.
      Returns:
      the children
    • getType

      public AltInputReportEnums getType()
      Gets the type.
      Returns:
      the type
    • toString

      public String toString()
      Overrides:
      toString in class Object