public class RecordBean extends Object
| Constructor and Description |
|---|
RecordBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the id.
|
String |
getTableName()
Gets the table name.
|
Object |
getValue(String name)
Gets the value.
|
Map<String,Object> |
getValues()
Gets the values.
|
void |
setId(String id)
Sets the id.
|
void |
setTableName(String tableName)
Sets the table name.
|
void |
setTimestamp(long timestamp)
Sets the timestamp.
|
void |
setValues(Map<String,Object> values)
Sets the values.
|
String |
toString() |
public void setTableName(String tableName)
tableName - the new table namepublic void setValues(Map<String,Object> values)
values - the valuespublic void setTimestamp(long timestamp)
timestamp - the new timestamppublic void setId(String id)
id - the new idpublic String getId()
public String getTableName()
public Object getValue(String name)
name - the nameCopyright © 2018 WSO2. All rights reserved.