public class ParsedColumnFamilyModel extends Object
| Constructor and Description |
|---|
ParsedColumnFamilyModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
List<ParsedRowModel> |
getRows() |
void |
setName(String name) |
void |
setRows(List<ParsedRowModel> rows) |
public String getName()
public void setName(String name)
public List<ParsedRowModel> getRows()
public void setRows(List<ParsedRowModel> rows)
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.