public class Record1 extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
protected String |
label |
protected int |
ord |
| Constructor and Description |
|---|
Record1() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
String |
getLabel() |
int |
getOrd() |
void |
setContent(String content) |
void |
setLabel(String label) |
void |
setOrd(int ord) |
Copyright © 2017. All rights reserved.