Class WoofSupplierModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.woof.model.objects.WoofSupplierModel
-
- All Implemented Interfaces:
ItemModel<WoofSupplierModel>
,Model
,WoofObjectSourceModel
@Generated("net.officefloor.model.generate.ModelGenerator") public class WoofSupplierModel extends AbstractModel implements ItemModel<WoofSupplierModel>, WoofObjectSourceModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WoofSupplierModel.WoofSupplierEvent
-
Constructor Summary
Constructors Constructor Description WoofSupplierModel()
Default constructor.WoofSupplierModel(java.lang.String supplierSourceClassName)
Convenience constructor for new non-linked instance.WoofSupplierModel(java.lang.String supplierSourceClassName, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.WoofSupplierModel(java.lang.String supplierSourceClassName, PropertySourceModel[] propertySource)
Convenience constructor.WoofSupplierModel(java.lang.String supplierSourceClassName, PropertySourceModel[] propertySource, int x, int y)
Convenience constructor allowing XY initialising.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPropertySource(PropertySourceModel propertySource)
java.util.List<PropertySourceModel>
getPropertySources()
java.lang.String
getSupplierSourceClassName()
RemoveConnectionsAction<WoofSupplierModel>
removeConnections()
Remove Connections.void
removePropertySource(PropertySourceModel propertySource)
void
setSupplierSourceClassName(java.lang.String supplierSourceClassName)
-
Methods inherited from class net.officefloor.model.AbstractModel
addItemToList, addPropertyChangeListener, changeField, firePropertyChange, getX, getY, removeItemFromList, removePropertyChangeListener, setX, setY
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.officefloor.model.Model
addPropertyChangeListener, getX, getY, removePropertyChangeListener, setX, setY
-
-
-
-
Constructor Detail
-
WoofSupplierModel
public WoofSupplierModel()
Default constructor.
-
WoofSupplierModel
public WoofSupplierModel(java.lang.String supplierSourceClassName)
Convenience constructor for new non-linked instance.- Parameters:
supplierSourceClassName
- Supplier source class name.
-
WoofSupplierModel
public WoofSupplierModel(java.lang.String supplierSourceClassName, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.- Parameters:
supplierSourceClassName
- Supplier source class name.x
- Horizontal location.y
- Vertical location.
-
WoofSupplierModel
public WoofSupplierModel(java.lang.String supplierSourceClassName, PropertySourceModel[] propertySource)
Convenience constructor.- Parameters:
supplierSourceClassName
- Supplier source class name.propertySource
- Property source.
-
WoofSupplierModel
public WoofSupplierModel(java.lang.String supplierSourceClassName, PropertySourceModel[] propertySource, int x, int y)
Convenience constructor allowing XY initialising.- Parameters:
supplierSourceClassName
- Supplier source class name.propertySource
- Property source.x
- Horizontal location.y
- Vertical location.
-
-
Method Detail
-
getSupplierSourceClassName
public java.lang.String getSupplierSourceClassName()
- Returns:
- Supplier source class name.
-
setSupplierSourceClassName
public void setSupplierSourceClassName(java.lang.String supplierSourceClassName)
- Parameters:
supplierSourceClassName
- Supplier source class name.
-
getPropertySources
public java.util.List<PropertySourceModel> getPropertySources()
- Returns:
- Property source.
-
addPropertySource
public void addPropertySource(PropertySourceModel propertySource)
- Parameters:
propertySource
- Property source.
-
removePropertySource
public void removePropertySource(PropertySourceModel propertySource)
- Parameters:
propertySource
- Property source.
-
removeConnections
public RemoveConnectionsAction<WoofSupplierModel> removeConnections()
Remove Connections.- Specified by:
removeConnections
in interfaceItemModel<WoofSupplierModel>
- Returns:
RemoveConnectionsAction
to remove theConnectionModel
instances.
-
-