org.gcube.portlets.d4sreporting.common.server.serializables
Class S_TableCell
java.lang.Object
org.gcube.portlets.d4sreporting.common.server.serializables.S_TableCell
- All Implemented Interfaces:
- Serializable
public class S_TableCell
- extends Object
- implements Serializable
- See Also:
- Serialized Form
S_TableCell
public S_TableCell()
S_TableCell
public S_TableCell(String content,
int colspan,
int width,
int height)
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 - .
getWidth
public int getWidth()
setWidth
public void setWidth(int width)
getHeight
public int getHeight()
setHeight
public void setHeight(int height)
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2013. All Rights Reserved.