org.gcube.portlets.d4sreporting.common.server.serializables
Class S_TableCell

java.lang.Object
  extended by 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

Constructor Summary
S_TableCell()
           
S_TableCell(String content, int colspan, int width, int height)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getColspan()
           
 String getContent()
           
 int getHeight()
           
 int getWidth()
           
 void setColspan(int colspan)
           
 void setContent(String content)
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

S_TableCell

public S_TableCell()

S_TableCell

public S_TableCell(String content,
                   int colspan,
                   int width,
                   int height)
Method Detail

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.