java.lang.Object
pro.verron.officestamper.test.SubContext

public final class SubContext extends Object

SubContext class.

Since:
1.6.6
Version:
${version}
Author:
Joseph Verron
  • Constructor Details

    • SubContext

      public SubContext()

      Constructor for SubContext.

    • SubContext

      public SubContext(String value, List<String> li)

      Constructor for SubContext.

      Parameters:
      value - a String object
      li - a List object
  • Method Details

    • getValue

      public String getValue()

      Getter for the field value.

      Returns:
      a String object
    • setValue

      public void setValue(String value)

      Setter for the field value.

      Parameters:
      value - a String object
    • getLi

      public List<String> getLi()

      Getter for the field li.

      Returns:
      a List object
    • setLi

      public void setLi(List<String> li)

      Setter for the field li.

      Parameters:
      li - a List object
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object