Class ExcelMergeRowImpl
java.lang.Object
bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl<ExcelMergeRow>
bld.generator.report.excel.annotation.impl.ExcelMergeRowImpl
- All Implemented Interfaces:
Cloneable
The Class ExcelMergeRowImpl.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new excel merge row impl.ExcelMergeRowImpl(String... referenceField) Instantiates a new excel merge row impl. -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.String[]Gets the reference field.inthashCode()Hash code.voidsetReferenceField(String... referenceField) Sets the reference field.Methods inherited from class bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl
clone, getAnnotation, getClassAnnotation
-
Constructor Details
-
ExcelMergeRowImpl
public ExcelMergeRowImpl()Instantiates a new excel merge row impl. -
ExcelMergeRowImpl
Instantiates a new excel merge row impl.- Parameters:
referenceField- the reference field
-
-
Method Details
-
getReferenceField
Gets the reference field.- Returns:
- the reference field
-
setReferenceField
Sets the reference field.- Parameters:
referenceField- the new reference field
-
hashCode
public int hashCode()Hash code. -
equals
Equals.
-