Class WoofPoolModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.woof.model.objects.WoofPoolModel
-
- All Implemented Interfaces:
ItemModel<WoofPoolModel>,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class WoofPoolModel extends AbstractModel implements ItemModel<WoofPoolModel>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWoofPoolModel.WoofPoolEvent
-
Constructor Summary
Constructors Constructor Description WoofPoolModel()Default constructor.WoofPoolModel(java.lang.String managedObjectPoolSourceClassName)Convenience constructor for new non-linked instance.WoofPoolModel(java.lang.String managedObjectPoolSourceClassName, int x, int y)Convenience constructor for new non-linked instance allowing XY initialising.WoofPoolModel(java.lang.String managedObjectPoolSourceClassName, PropertySourceModel[] propertySource)Convenience constructor.WoofPoolModel(java.lang.String managedObjectPoolSourceClassName, PropertySourceModel[] propertySource, int x, int y)Convenience constructor allowing XY initialising.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPropertySource(PropertySourceModel propertySource)java.lang.StringgetManagedObjectPoolSourceClassName()java.util.List<PropertySourceModel>getPropertySources()RemoveConnectionsAction<WoofPoolModel>removeConnections()Remove Connections.voidremovePropertySource(PropertySourceModel propertySource)voidsetManagedObjectPoolSourceClassName(java.lang.String managedObjectPoolSourceClassName)-
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
-
WoofPoolModel
public WoofPoolModel()
Default constructor.
-
WoofPoolModel
public WoofPoolModel(java.lang.String managedObjectPoolSourceClassName)
Convenience constructor for new non-linked instance.- Parameters:
managedObjectPoolSourceClassName- Managed object pool source class name.
-
WoofPoolModel
public WoofPoolModel(java.lang.String managedObjectPoolSourceClassName, int x, int y)Convenience constructor for new non-linked instance allowing XY initialising.- Parameters:
managedObjectPoolSourceClassName- Managed object pool source class name.x- Horizontal location.y- Vertical location.
-
WoofPoolModel
public WoofPoolModel(java.lang.String managedObjectPoolSourceClassName, PropertySourceModel[] propertySource)Convenience constructor.- Parameters:
managedObjectPoolSourceClassName- Managed object pool source class name.propertySource- Property source.
-
WoofPoolModel
public WoofPoolModel(java.lang.String managedObjectPoolSourceClassName, PropertySourceModel[] propertySource, int x, int y)Convenience constructor allowing XY initialising.- Parameters:
managedObjectPoolSourceClassName- Managed object pool source class name.propertySource- Property source.x- Horizontal location.y- Vertical location.
-
-
Method Detail
-
getManagedObjectPoolSourceClassName
public java.lang.String getManagedObjectPoolSourceClassName()
- Returns:
- Managed object pool source class name.
-
setManagedObjectPoolSourceClassName
public void setManagedObjectPoolSourceClassName(java.lang.String managedObjectPoolSourceClassName)
- Parameters:
managedObjectPoolSourceClassName- Managed object pool 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<WoofPoolModel> removeConnections()
Remove Connections.- Specified by:
removeConnectionsin interfaceItemModel<WoofPoolModel>- Returns:
RemoveConnectionsActionto remove theConnectionModelinstances.
-
-