Class ExcelBooleanTextImpl

java.lang.Object
bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl<ExcelBooleanText>
bld.generator.report.excel.annotation.impl.ExcelBooleanTextImpl
All Implemented Interfaces:
Cloneable

public class ExcelBooleanTextImpl extends ExcelAnnotationImpl<ExcelBooleanText>
The Class ExcelBooleanTextImpl.
  • Constructor Details

    • ExcelBooleanTextImpl

      public ExcelBooleanTextImpl(String enable, String disable)
      Instantiates a new excel boolean text impl.
      Parameters:
      enable - the enable
      disable - the disable
    • ExcelBooleanTextImpl

      public ExcelBooleanTextImpl()
      Instantiates a new excel boolean text impl.
  • Method Details

    • getEnable

      public String getEnable()
      Gets the enable.
      Returns:
      the enable
    • setEnable

      public void setEnable(String ifTrue)
      Sets the enable.
      Parameters:
      ifTrue - the new enable
    • getDisable

      public String getDisable()
      Gets the disable.
      Returns:
      the disable
    • setDisable

      public void setDisable(String ifFalse)
      Sets the disable.
      Parameters:
      ifFalse - the new disable
    • hashCode

      public int hashCode()
      Hash code.
      Overrides:
      hashCode in class Object
      Returns:
      the int
    • equals

      public boolean equals(Object obj)
      Equals.
      Overrides:
      equals in class Object
      Parameters:
      obj - the obj
      Returns:
      true, if successful