@OpenApiAll
public class RowObject
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ROW_INDEX |
Constructor and Description |
---|
RowObject() |
Modifier and Type | Method and Description |
---|---|
void |
addCellList(CellObject cellObject) |
java.util.List<javax.management.Attribute> |
getAttributes()
Gets attributes.
|
java.util.List<CellObject> |
getCellList()
Gets cellList.
|
java.util.Map<java.lang.String,java.lang.Object> |
getRowProperties()
Get row properties
|
java.lang.Object |
getRowPropertiesValue(java.lang.String key)
Remove data from rowProperties
|
void |
removeRowProperties(java.lang.String key)
Remove data from rowProperties
|
void |
setAttributes(java.util.List<javax.management.Attribute> attributes)
Sets attributes.
|
void |
setCellList(java.util.List<CellObject> cellList)
Sets cellList.
|
void |
setRowProperties(java.util.Map<java.lang.String,java.lang.Object> rowProperties)
Set row properties
|
void |
updateRowProperties(java.lang.String key,
java.lang.Object value)
Update value in rowProperties
|
public static final java.lang.String ROW_INDEX
public java.util.List<CellObject> getCellList()
public void setCellList(java.util.List<CellObject> cellList)
cellList
- the cellList to setpublic java.util.List<javax.management.Attribute> getAttributes()
public void setAttributes(java.util.List<javax.management.Attribute> attributes)
attributes
- the attributes to setpublic void addCellList(CellObject cellObject)
public java.util.Map<java.lang.String,java.lang.Object> getRowProperties()
public void setRowProperties(java.util.Map<java.lang.String,java.lang.Object> rowProperties)
rowProperties
- rowPropertiespublic void updateRowProperties(java.lang.String key, java.lang.Object value)
key
- keyvalue
- valuepublic void removeRowProperties(java.lang.String key)
key
- key key to removepublic java.lang.Object getRowPropertiesValue(java.lang.String key)
key
- a key to removeCopyright © 2010 - No Magic Asia