public class InformationBean extends AbstractPropertyChange
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_CONFIGURED |
static String |
PROP_HAS_DATA_MODULE |
static String |
PROP_HAS_SERVER |
static String |
PROP_ITEMS |
static String |
PROP_NUMBER_OF_SUBSCRIPTIONS |
| Constructor and Description |
|---|
InformationBean() |
| Modifier and Type | Method and Description |
|---|---|
int |
getItems() |
int |
getNumberOfSubscriptions() |
boolean |
isConfigured() |
boolean |
isHasDataModule() |
boolean |
isHasServer() |
void |
setConfigured(boolean configured) |
void |
setHasDataModule(boolean hasDataModule) |
void |
setHasServer(boolean hasServer) |
void |
setItems(int items) |
void |
setNumberOfSubscriptions(int numberOfSubscriptions) |
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener, removePropertyChangeListenerpublic static final String PROP_CONFIGURED
public static final String PROP_HAS_SERVER
public static final String PROP_HAS_DATA_MODULE
public static final String PROP_ITEMS
public static final String PROP_NUMBER_OF_SUBSCRIPTIONS
public boolean isConfigured()
public void setConfigured(boolean configured)
public boolean isHasServer()
public void setHasServer(boolean hasServer)
public boolean isHasDataModule()
public void setHasDataModule(boolean hasDataModule)
public int getItems()
public void setItems(int items)
public int getNumberOfSubscriptions()
public void setNumberOfSubscriptions(int numberOfSubscriptions)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.