public class ParsedRowModel extends Object
| Constructor and Description |
|---|
ParsedRowModel() |
| Modifier and Type | Method and Description |
|---|---|
List<ParsedColumnModel> |
getColumns() |
String |
getKey() |
byte[] |
getKeyInBytes() |
String |
getKeyType() |
void |
setColumns(List<ParsedColumnModel> columns) |
void |
setKey(String key) |
void |
setKeyType(String keyType) |
public String getKey()
public void setKey(String key)
public byte[] getKeyInBytes()
public String getKeyType()
public void setKeyType(String keyType)
public List<ParsedColumnModel> getColumns()
public void setColumns(List<ParsedColumnModel> columns)
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.