public class Agencies extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
id |
protected String |
name |
protected String |
nameLabel |
| Constructor and Description |
|---|
Agencies() |
Agencies(String id,
String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getNameLabel() |
String |
toString() |
protected String id
protected String name
protected String description
protected String nameLabel
Copyright © 2016. All Rights Reserved.