public class RecordGroupBean extends Object
| Constructor and Description |
|---|
RecordGroupBean() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getLocations()
Gets the locations.
|
List<RecordBean> |
getRecords()
Gets the records.
|
void |
setLocations(String[] locations)
Sets the locations.
|
void |
setRecords(List<RecordBean> records)
Sets the records.
|
public String[] getLocations()
public void setLocations(String[] locations)
locations - the new locationspublic List<RecordBean> getRecords()
public void setRecords(List<RecordBean> records)
records - the new recordsCopyright © 2015 WSO2. All rights reserved.