Class TextAreaVariable

java.lang.Object
com.atlassian.confluence.pages.templates.variables.TextAreaVariable
All Implemented Interfaces:
Variable

public class TextAreaVariable extends Object implements Variable
  • Field Details

  • Constructor Details

    • TextAreaVariable

      public TextAreaVariable(String name, String value, int rows, int columns)
    • TextAreaVariable

      public TextAreaVariable(String name, int rows, int columns)
  • Method Details

    • getType

      public String getType()
      Specified by:
      getType in interface Variable
    • getName

      public String getName()
      Specified by:
      getName in interface Variable
    • setName

      public void setName(String name)
      Specified by:
      setName in interface Variable
    • getValue

      public String getValue()
      Specified by:
      getValue in interface Variable
    • setValue

      public void setValue(String value)
      Specified by:
      setValue in interface Variable
    • getColumns

      public int getColumns()
    • setColumns

      public void setColumns(int columns)
    • getRows

      public int getRows()
    • setRows

      public void setRows(int rows)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object