public class Foo extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
destroyed |
boolean |
initialized |
Constructor and Description |
---|
Foo() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
int |
getA() |
int |
getB() |
Bar |
getBar() |
Currency |
getCurrency() |
Date |
getDate() |
Map<String,Object> |
getProps() |
void |
init() |
boolean |
isDestroyed() |
boolean |
isInitialized() |
void |
setA(int i) |
void |
setB(int i) |
void |
setBar(Bar b) |
void |
setCurrency(Currency c) |
void |
setDate(Date d) |
String |
toString() |
void |
update(Map<String,Object> props) |
public int getA()
public void setA(int i)
public int getB()
public void setB(int i)
public Bar getBar()
public void setBar(Bar b)
public Currency getCurrency()
public void setCurrency(Currency c)
public Date getDate()
public void setDate(Date d)
public void init()
public void destroy()
public boolean isInitialized()
public boolean isDestroyed()
Copyright © 2016. All rights reserved.