public class TabularReportCustomSpec
extends java.lang.Object
| Constructor and Description |
|---|
TabularReportCustomSpec() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColumnId() |
int |
getWidth() |
boolean |
isHide() |
void |
setColumnId(java.lang.String columnId) |
void |
setHide(boolean hide) |
void |
setWidth(int width) |
public java.lang.String getColumnId()
public int getWidth()
public boolean isHide()
public void setColumnId(java.lang.String columnId)
columnId - the columnId to setpublic void setWidth(int width)
width - the width to setpublic void setHide(boolean hide)
hide - the hide to set