@Generated(value="net.officefloor.model.generate.ModelGenerator") public class AutoWireSupplierModel extends AbstractModel implements ItemModel<AutoWireSupplierModel>, AutoWireObjectSourceModel
Modifier and Type | Class and Description |
---|---|
static class |
AutoWireSupplierModel.AutoWireSupplierEvent |
Constructor and Description |
---|
AutoWireSupplierModel()
Default constructor.
|
AutoWireSupplierModel(String supplierSourceClassName)
Convenience constructor for new non-linked instance.
|
AutoWireSupplierModel(String supplierSourceClassName,
PropertySourceModel[] propertySource)
Convenience constructor.
|
AutoWireSupplierModel(String supplierSourceClassName,
PropertySourceModel[] propertySource,
int x,
int y)
Convenience constructor allowing XY initialising.
|
Modifier and Type | Method and Description |
---|---|
void |
addPropertySource(PropertySourceModel propertySource) |
List<PropertySourceModel> |
getPropertySources() |
String |
getSupplierSourceClassName() |
RemoveConnectionsAction<AutoWireSupplierModel> |
removeConnections()
Remove Connections.
|
void |
removePropertySource(PropertySourceModel propertySource) |
void |
setSupplierSourceClassName(String supplierSourceClassName) |
addItemToList, addPropertyChangeListener, changeField, firePropertyChange, getX, getY, removeItemFromList, removePropertyChangeListener, setX, setY
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addPropertyChangeListener, getX, getY, removePropertyChangeListener, setX, setY
public AutoWireSupplierModel()
public AutoWireSupplierModel(String supplierSourceClassName)
supplierSourceClassName
- Supplier source class name.public AutoWireSupplierModel(String supplierSourceClassName, PropertySourceModel[] propertySource)
supplierSourceClassName
- Supplier source class name.propertySource
- Property source.public AutoWireSupplierModel(String supplierSourceClassName, PropertySourceModel[] propertySource, int x, int y)
supplierSourceClassName
- Supplier source class name.propertySource
- Property source.x
- Horizontal location.y
- Vertical location.public String getSupplierSourceClassName()
public void setSupplierSourceClassName(String supplierSourceClassName)
supplierSourceClassName
- Supplier source class name.public List<PropertySourceModel> getPropertySources()
public void addPropertySource(PropertySourceModel propertySource)
propertySource
- Property source.public void removePropertySource(PropertySourceModel propertySource)
propertySource
- Property source.public RemoveConnectionsAction<AutoWireSupplierModel> removeConnections()
removeConnections
in interface ItemModel<AutoWireSupplierModel>
RemoveConnectionsAction
to remove the ConnectionModel
instances.Copyright © 2005–2016. All rights reserved.