Package net.officefloor.woof.model.woof
Class WoofSectionOutputToWoofTemplateModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.woof.model.woof.WoofSectionOutputToWoofTemplateModel
-
- All Implemented Interfaces:
ConnectionModel
,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class WoofSectionOutputToWoofTemplateModel extends AbstractModel implements ConnectionModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WoofSectionOutputToWoofTemplateModel.WoofSectionOutputToWoofTemplateEvent
-
Constructor Summary
Constructors Constructor Description WoofSectionOutputToWoofTemplateModel()
Default constructor.WoofSectionOutputToWoofTemplateModel(java.lang.String applicationPath)
Convenience constructor for new non-linked instance.WoofSectionOutputToWoofTemplateModel(java.lang.String applicationPath, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.WoofSectionOutputToWoofTemplateModel(java.lang.String applicationPath, WoofSectionOutputModel woofSectionOutput, WoofTemplateModel woofTemplate)
Convenience constructor.WoofSectionOutputToWoofTemplateModel(java.lang.String applicationPath, WoofSectionOutputModel woofSectionOutput, WoofTemplateModel woofTemplate, int x, int y)
Convenience constructor allowing XY initialising.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
connect()
Connects to theAbstractModel
instances.java.lang.String
getApplicationPath()
WoofSectionOutputModel
getWoofSectionOutput()
WoofTemplateModel
getWoofTemplate()
boolean
isRemovable()
Indicates if this connection is removable.void
remove()
Removes connection to theAbstractModel
instances.void
setApplicationPath(java.lang.String applicationPath)
void
setWoofSectionOutput(WoofSectionOutputModel woofSectionOutput)
void
setWoofTemplate(WoofTemplateModel woofTemplate)
-
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
-
WoofSectionOutputToWoofTemplateModel
public WoofSectionOutputToWoofTemplateModel()
Default constructor.
-
WoofSectionOutputToWoofTemplateModel
public WoofSectionOutputToWoofTemplateModel(java.lang.String applicationPath)
Convenience constructor for new non-linked instance.- Parameters:
applicationPath
- Application path.
-
WoofSectionOutputToWoofTemplateModel
public WoofSectionOutputToWoofTemplateModel(java.lang.String applicationPath, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.- Parameters:
applicationPath
- Application path.x
- Horizontal location.y
- Vertical location.
-
WoofSectionOutputToWoofTemplateModel
public WoofSectionOutputToWoofTemplateModel(java.lang.String applicationPath, WoofSectionOutputModel woofSectionOutput, WoofTemplateModel woofTemplate)
Convenience constructor.- Parameters:
applicationPath
- Application path.woofSectionOutput
- Woof section output.woofTemplate
- Woof template.
-
WoofSectionOutputToWoofTemplateModel
public WoofSectionOutputToWoofTemplateModel(java.lang.String applicationPath, WoofSectionOutputModel woofSectionOutput, WoofTemplateModel woofTemplate, int x, int y)
Convenience constructor allowing XY initialising.- Parameters:
applicationPath
- Application path.woofSectionOutput
- Woof section output.woofTemplate
- Woof template.x
- Horizontal location.y
- Vertical location.
-
-
Method Detail
-
getApplicationPath
public java.lang.String getApplicationPath()
- Returns:
- Application path.
-
setApplicationPath
public void setApplicationPath(java.lang.String applicationPath)
- Parameters:
applicationPath
- Application path.
-
getWoofSectionOutput
public WoofSectionOutputModel getWoofSectionOutput()
- Returns:
- Woof section output.
-
setWoofSectionOutput
public void setWoofSectionOutput(WoofSectionOutputModel woofSectionOutput)
- Parameters:
woofSectionOutput
- Woof section output.
-
getWoofTemplate
public WoofTemplateModel getWoofTemplate()
- Returns:
- Woof template.
-
setWoofTemplate
public void setWoofTemplate(WoofTemplateModel woofTemplate)
- Parameters:
woofTemplate
- Woof template.
-
isRemovable
public boolean isRemovable()
Description copied from interface:ConnectionModel
Indicates if this connection is removable.- Specified by:
isRemovable
in interfaceConnectionModel
- Returns:
- Indicates if removable.
-
connect
public void connect()
Connects to theAbstractModel
instances.- Specified by:
connect
in interfaceConnectionModel
-
remove
public void remove()
Removes connection to theAbstractModel
instances.- Specified by:
remove
in interfaceConnectionModel
-
-