public class Ref extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected String |
id |
| Modifier | Constructor and Description |
|---|---|
protected |
Ref() |
|
Ref(String id,
String address) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
String |
getId() |
void |
setAddress(String address) |
void |
setId(String id) |
Copyright © 2018. All Rights Reserved.