public class BodyCells extends GenericModel
| Constructor and Description | 
|---|
BodyCells()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getCellId()
Gets the cellId. 
 | 
java.util.List<ColumnHeaderIds> | 
getColumnHeaderIds()
Gets the columnHeaderIds. 
 | 
java.util.List<ColumnHeaderTexts> | 
getColumnHeaderTexts()
Gets the columnHeaderTexts. 
 | 
java.util.List<ColumnHeaderTextsNormalized> | 
getColumnHeaderTextsNormalized()
Gets the columnHeaderTextsNormalized. 
 | 
java.lang.Long | 
getColumnIndexBegin()
Gets the columnIndexBegin. 
 | 
java.lang.Long | 
getColumnIndexEnd()
Gets the columnIndexEnd. 
 | 
Location | 
getLocation()
Gets the location. 
 | 
java.util.List<RowHeaderIds> | 
getRowHeaderIds()
Gets the rowHeaderIds. 
 | 
java.util.List<RowHeaderTexts> | 
getRowHeaderTexts()
Gets the rowHeaderTexts. 
 | 
java.util.List<RowHeaderTextsNormalized> | 
getRowHeaderTextsNormalized()
Gets the rowHeaderTextsNormalized. 
 | 
java.lang.Long | 
getRowIndexBegin()
Gets the rowIndexBegin. 
 | 
java.lang.Long | 
getRowIndexEnd()
Gets the rowIndexEnd. 
 | 
java.lang.String | 
getText()
Gets the text. 
 | 
equals, hashCode, toStringpublic java.lang.String getCellId()
public Location getLocation()
public java.lang.String getText()
public java.lang.Long getRowIndexBegin()
public java.lang.Long getRowIndexEnd()
public java.lang.Long getColumnIndexBegin()
public java.lang.Long getColumnIndexEnd()
public java.util.List<RowHeaderIds> getRowHeaderIds()
public java.util.List<RowHeaderTexts> getRowHeaderTexts()
public java.util.List<RowHeaderTextsNormalized> getRowHeaderTextsNormalized()
public java.util.List<ColumnHeaderIds> getColumnHeaderIds()
public java.util.List<ColumnHeaderTexts> getColumnHeaderTexts()
public java.util.List<ColumnHeaderTextsNormalized> getColumnHeaderTextsNormalized()