Package org.netxms.client
Class TableCell
java.lang.Object
org.netxms.client.TableCell
Table cell
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionlongintgetValue()doubleGet value interpreted as floating point numberintGet value interpreted as integerlongGet value interpreted as long integervoidsetObjectId(long objectId) voidsetStatus(int status) voidtoString()
- 
Constructor Details- 
TableCell- Parameters:
- value- The cell value
 
- 
TableCell- Parameters:
- value- The cell value
- status- The cell status
 
- 
TableCell- Parameters:
- src- The TableCell source object
 
 
- 
- 
Method Details- 
getValue- Returns:
- the value
 
- 
getValueAsLongpublic long getValueAsLong()Get value interpreted as long integer- Returns:
- value interpreted as long integer or 0 if it cannot be interpreted as such
 
- 
getValueAsIntegerpublic int getValueAsInteger()Get value interpreted as integer- Returns:
- value interpreted as integer or 0 if it cannot be interpreted as such
 
- 
getValueAsDoublepublic double getValueAsDouble()Get value interpreted as floating point number- Returns:
- value interpreted as floating point number or 0 if it cannot be interpreted as such
 
- 
setValue- Parameters:
- value- the value to set
 
- 
getStatuspublic int getStatus()- Returns:
- the status
 
- 
setStatuspublic void setStatus(int status) - Parameters:
- status- the status to set
 
- 
getObjectIdpublic long getObjectId()- Returns:
- the objectId
 
- 
setObjectIdpublic void setObjectId(long objectId) - Parameters:
- objectId- the objectId to set
 
- 
toString
 
-