org.gcube.portlets.d4sreporting.common.shared
Class TableCell
java.lang.Object
org.gcube.portlets.d4sreporting.common.shared.TableCell
- All Implemented Interfaces:
- Serializable
public class TableCell
- extends Object
- implements Serializable
- Author:
- massi
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableCell
public TableCell()
TableCell
public TableCell(String content,
int colspan,
int width,
int height)
- Parameters:
content - colspan - width - height -
TableCell
public TableCell(String content)
- Parameters:
content -
getContent
public String getContent()
- Returns:
- .
setContent
public void setContent(String content)
- Parameters:
content - .
getColspan
public int getColspan()
- Returns:
- .
setColspan
public void setColspan(int colspan)
- Parameters:
colspan - .
getCellWidth
public int getCellWidth()
setCellWidth
public void setCellWidth(int cellWidth)
getCellHeight
public int getCellHeight()
setCellHeight
public void setCellHeight(int cellHeight)
Copyright © 2014. All Rights Reserved.