Class ExcelMergeRowImpl

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

public class ExcelMergeRowImpl extends ExcelAnnotationImpl<ExcelMergeRow>
The Class ExcelMergeRowImpl.
  • Constructor Details

    • ExcelMergeRowImpl

      public ExcelMergeRowImpl()
      Instantiates a new excel merge row impl.
    • ExcelMergeRowImpl

      public ExcelMergeRowImpl(String... referenceField)
      Instantiates a new excel merge row impl.
      Parameters:
      referenceField - the reference field
  • Method Details

    • getReferenceField

      public String[] getReferenceField()
      Gets the reference field.
      Returns:
      the reference field
    • setReferenceField

      public void setReferenceField(String... referenceField)
      Sets the reference field.
      Parameters:
      referenceField - the new reference field
    • 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