public class RecordBean extends Object implements Serializable
| Constructor and Description |
|---|
RecordBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the id.
|
String |
getTableName()
Gets the table name.
|
long |
getTimestamp()
Gets the timestamp.
|
RecordValueEntryBean[] |
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(RecordValueEntryBean[] values)
Sets the values.
|
public void setTableName(String tableName)
tableName - the new table namepublic void setValues(RecordValueEntryBean[] 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 RecordValueEntryBean[] getValues()
public long getTimestamp()
Copyright © 2016 WSO2. All rights reserved.