public class SimpleBeanSingleton extends Object
| Constructor and Description |
|---|
SimpleBeanSingleton() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getBar() |
String |
getFoo() |
int |
getStaticValue() |
int |
hashCode() |
void |
setBar(int bar) |
void |
setFoo(String foo) |
void |
setStaticValue(int staticValue) |
Copyright © 2020 Treblereel. All rights reserved.