public class BindingBean extends Object
Constructor and Description |
---|
BindingBean()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getState() |
String |
getType() |
int |
hashCode() |
boolean |
isActive() |
BindingBean |
setState(String state) |
BindingBean |
setType(String type) |
public String getType()
public BindingBean setType(String type)
type
- the type to setpublic String getState()
public boolean isActive()
public BindingBean setState(String state)
state
- the state to setCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.