Class com.tlv8.action.Cell
Class Summary
com.tlv8.action.Cell()
用于描述各列的值
Method Summary
void
setKey(String key)
设置键
String
getKey()
获取键
void
setValue(String value)
设置值
String
getValue()
获取值
C
lass Detail
com.tlv8.action.Cell()
用于描述各列的值
Method Detail
void
setKey(String key)
设置键
Parameters:
key
{string}
[required]
设置的键
Returns:
{void}
String
getKey()
获取键
Returns:
{String}
void
setValue(String value)
设置值
Parameters:
value
{string}
[required]
设置的值
Returns:
{void}
String
getValue()
获取值
Returns:
{String}