Class Section

java.lang.Object
com.sanctionco.opconnect.model.Section

public class Section extends Object
Represents a section within an Item.
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      Get the ID of this section.
      Returns:
      the ID of this section
    • getLabel

      public String getLabel()
      Get the label of this section.
      Returns:
      the label of this section
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object