Class Contexts.SubContext

java.lang.Object
pro.verron.officestamper.test.Contexts.SubContext
Enclosing class:
Contexts

public static final class Contexts.SubContext extends Object
This class represents a SubContext object.
  • Constructor Details

    • SubContext

      public SubContext()
      This class represents a SubContext object.
    • SubContext

      public SubContext(String value, List<String> li)
      Creates a SubContext object with the given value and list of strings.
      Parameters:
      value - The value for the SubContext.
      li - The list of strings for the SubContext.
  • Method Details

    • getValue

      public String getValue()
      Returns the value of the SubContext object.
      Returns:
      The value of the SubContext object.
    • setValue

      public void setValue(String value)
      Sets the value of the object.
      Parameters:
      value - The new value to be set.
    • getLi

      public List<String> getLi()
      Returns the list of strings in the SubContext object.
      Returns:
      The list of strings in the SubContext object.
    • setLi

      public void setLi(List<String> li)
      Sets the list of strings in the SubContext object.
      Parameters:
      li - The new list of strings to be set.
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object