public class PolicyInformation extends Object implements Serializable
| Constructor and Description |
|---|
PolicyInformation() |
PolicyInformation(List<String> options,
String defaultOption,
String id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultOption() |
String |
getId() |
String |
getName() |
List<String> |
getOptions() |
void |
setDefaultOption(String defaultOption) |
void |
setId(String id) |
void |
setName(String name) |
void |
setOptions(List<String> options) |
String |
toString() |
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.