Class ExcelBooleanTextImpl
java.lang.Object
bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl<ExcelBooleanText>
bld.generator.report.excel.annotation.impl.ExcelBooleanTextImpl
- All Implemented Interfaces:
Cloneable
The Class ExcelBooleanTextImpl.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new excel boolean text impl.ExcelBooleanTextImpl(String enable, String disable) Instantiates a new excel boolean text impl. -
Method Summary
Methods inherited from class bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl
clone, getAnnotation, getClassAnnotation
-
Constructor Details
-
ExcelBooleanTextImpl
Instantiates a new excel boolean text impl.- Parameters:
enable- the enabledisable- the disable
-
ExcelBooleanTextImpl
public ExcelBooleanTextImpl()Instantiates a new excel boolean text impl.
-
-
Method Details
-
getEnable
Gets the enable.- Returns:
- the enable
-
setEnable
Sets the enable.- Parameters:
ifTrue- the new enable
-
getDisable
Gets the disable.- Returns:
- the disable
-
setDisable
Sets the disable.- Parameters:
ifFalse- the new disable
-
hashCode
public int hashCode()Hash code. -
equals
Equals.
-