|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttecgraf.javautils.excel.v1.util.DefaultExcelMerge
public class DefaultExcelMerge
Implementação padrão da interface de Merge
| 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 |
|---|
public DefaultExcelMerge(int columnBeginIndex,
int columnEndIndex,
int rowBeginIndex,
int rowEndIndex)
columnBeginIndex - columnEndIndex - rowBeginIndex - rowEndIndex - | Method Detail |
|---|
public int getColumnBeginIndex()
getColumnBeginIndex in interface ExcelMergepublic int getColumnEndIndex()
getColumnEndIndex in interface ExcelMergepublic int getRowBeginIndex()
getRowBeginIndex in interface ExcelMergepublic int getRowEndIndex()
getRowEndIndex in interface ExcelMergepublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||