public class State extends Object
| Constructor and Description |
|---|
State()
Create new bean instance without any data.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getList() |
String |
getMessage() |
String |
getTitle() |
int |
hashCode() |
void |
setList(List<String> list) |
void |
setMessage(String message) |
void |
setTitle(String title) |
String |
toString() |
Copyright © 2007-2020, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.