Package org.netxms.client
Class TableCell
- java.lang.Object
-
- org.netxms.client.TableCell
-
public class TableCell extends Object
Table cell
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetObjectId()intgetStatus()StringgetValue()voidsetObjectId(long objectId)voidsetStatus(int status)voidsetValue(String value)StringtoString()
-
-
-
Method Detail
-
getValue
public String getValue()
- Returns:
- the value
-
setValue
public void setValue(String value)
- Parameters:
value- the value to set
-
getStatus
public int getStatus()
- Returns:
- the status
-
setStatus
public void setStatus(int status)
- Parameters:
status- the status to set
-
getObjectId
public long getObjectId()
- Returns:
- the objectId
-
setObjectId
public void setObjectId(long objectId)
- Parameters:
objectId- the objectId to set
-
-