tecgraf.javautils.excel.v1.util
Class DefaultExcelMerge

java.lang.Object
  extended by tecgraf.javautils.excel.v1.util.DefaultExcelMerge
All Implemented Interfaces:
ExcelMerge

public class DefaultExcelMerge
extends Object
implements ExcelMerge

Implementação padrão da interface de Merge

Author:
bbreder

Constructor Summary
DefaultExcelMerge(int columnBeginIndex, int columnEndIndex, int rowBeginIndex, int rowEndIndex)
          Construtor padrão
 
Method Summary
 boolean equals(Object obj)
          
 int getColumnBeginIndex()
          Retorna o valor inicial da coluna
 int getColumnEndIndex()
          Retorna o valor final da coluna
 int getRowBeginIndex()
          Retorna o valor inicial da linha
 int getRowEndIndex()
          Retorna o valor final da linha
 int hashCode()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultExcelMerge

public DefaultExcelMerge(int columnBeginIndex,
                         int columnEndIndex,
                         int rowBeginIndex,
                         int rowEndIndex)
Construtor padrão

Parameters:
columnBeginIndex -
columnEndIndex -
rowBeginIndex -
rowEndIndex -
Method Detail

getColumnBeginIndex

public int getColumnBeginIndex()
Retorna o valor inicial da coluna

Specified by:
getColumnBeginIndex in interface ExcelMerge
Returns:
valor inicial da coluna (1..Short.MAX_VALUE)

getColumnEndIndex

public int getColumnEndIndex()
Retorna o valor final da coluna

Specified by:
getColumnEndIndex in interface ExcelMerge
Returns:
valor inicial da coluna (1..Short.MAX_VALUE)

getRowBeginIndex

public int getRowBeginIndex()
Retorna o valor inicial da linha

Specified by:
getRowBeginIndex in interface ExcelMerge
Returns:
valor inicial da coluna (1..Short.MAX_VALUE)

getRowEndIndex

public int getRowEndIndex()
Retorna o valor final da linha

Specified by:
getRowEndIndex in interface ExcelMerge
Returns:
valor inicial da coluna (1..Short.MAX_VALUE)

hashCode

public int hashCode()

Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)

Overrides:
equals in class Object

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2014 Tecgraf/PUC-Rio. All rights reserved.