Package org.apache.storm.flux.model
Class BeanDef
java.lang.Object
org.apache.storm.flux.model.ObjectDef
org.apache.storm.flux.model.BeanDef
- Direct Known Subclasses:
- VertexDef,- WorkerHookDef
A representation of a Java object that is uniquely identifyable, and given a className, constructor arguments,
 and properties, can be instantiated.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.storm.flux.model.ObjectDefgetClassName, getConfigMethods, getConstructorArgs, getFactory, getFactoryArgs, getProperties, hasConstructorArgs, hasFactory, hasFactoryArgs, hasReferences, setClassName, setConfigMethods, setConstructorArgs, setFactory, setFactoryArgs, setProperties
- 
Constructor Details- 
BeanDefpublic BeanDef()
 
- 
- 
Method Details- 
getId
- 
setId
 
-