public class DRDesignCrosstabCell extends Object implements DRIDesignCrosstabCell
DRDesignCrosstabCell class.
Constructor and Description |
---|
DRDesignCrosstabCell() |
Modifier and Type | Method and Description |
---|---|
String |
getColumnTotalGroup()
getColumnTotalGroup.
|
DRDesignCrosstabCellContent |
getContent()
getContent.
|
String |
getName()
getName.
|
String |
getRowTotalGroup()
getRowTotalGroup.
|
void |
setColumnTotalGroup(String columnTotalGroup)
Setter for the field
columnTotalGroup . |
void |
setContent(DRDesignCrosstabCellContent content)
Setter for the field
content . |
void |
setName(String name)
Setter for the field
name . |
void |
setRowTotalGroup(String rowTotalGroup)
Setter for the field
rowTotalGroup . |
public String getName()
getName.
getName
in interface DRIDesignCrosstabCell
String
object.public void setName(String name)
Setter for the field name
.
name
- a String
object.public String getRowTotalGroup()
getRowTotalGroup.
getRowTotalGroup
in interface DRIDesignCrosstabCell
String
object.public void setRowTotalGroup(String rowTotalGroup)
Setter for the field rowTotalGroup
.
rowTotalGroup
- a String
object.public String getColumnTotalGroup()
getColumnTotalGroup.
getColumnTotalGroup
in interface DRIDesignCrosstabCell
String
object.public void setColumnTotalGroup(String columnTotalGroup)
Setter for the field columnTotalGroup
.
columnTotalGroup
- a String
object.public DRDesignCrosstabCellContent getContent()
getContent.
getContent
in interface DRIDesignCrosstabCell
DRIDesignCrosstabCellContent
object.public void setContent(DRDesignCrosstabCellContent content)
Setter for the field content
.
content
- a DRDesignCrosstabCellContent
object.Copyright © 2010–2021. All rights reserved.