Package net.officefloor.woof.model.woof
Class WoofSecurityOutputToWoofTemplateModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.woof.model.woof.WoofSecurityOutputToWoofTemplateModel
-
- All Implemented Interfaces:
ConnectionModel
,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class WoofSecurityOutputToWoofTemplateModel extends AbstractModel implements ConnectionModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WoofSecurityOutputToWoofTemplateModel.WoofSecurityOutputToWoofTemplateEvent
-
Constructor Summary
Constructors Constructor Description WoofSecurityOutputToWoofTemplateModel()
Default constructor.WoofSecurityOutputToWoofTemplateModel(java.lang.String applicationPath)
Convenience constructor for new non-linked instance.WoofSecurityOutputToWoofTemplateModel(java.lang.String applicationPath, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.WoofSecurityOutputToWoofTemplateModel(java.lang.String applicationPath, WoofSecurityOutputModel woofSecurityOutput, WoofTemplateModel woofTemplate)
Convenience constructor.WoofSecurityOutputToWoofTemplateModel(java.lang.String applicationPath, WoofSecurityOutputModel woofSecurityOutput, 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()
WoofSecurityOutputModel
getWoofSecurityOutput()
WoofTemplateModel
getWoofTemplate()
boolean
isRemovable()
Indicates if this connection is removable.void
remove()
Removes connection to theAbstractModel
instances.void
setApplicationPath(java.lang.String applicationPath)
void
setWoofSecurityOutput(WoofSecurityOutputModel woofSecurityOutput)
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
-
WoofSecurityOutputToWoofTemplateModel
public WoofSecurityOutputToWoofTemplateModel()
Default constructor.
-
WoofSecurityOutputToWoofTemplateModel
public WoofSecurityOutputToWoofTemplateModel(java.lang.String applicationPath)
Convenience constructor for new non-linked instance.- Parameters:
applicationPath
- Application path.
-
WoofSecurityOutputToWoofTemplateModel
public WoofSecurityOutputToWoofTemplateModel(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.
-
WoofSecurityOutputToWoofTemplateModel
public WoofSecurityOutputToWoofTemplateModel(java.lang.String applicationPath, WoofSecurityOutputModel woofSecurityOutput, WoofTemplateModel woofTemplate)
Convenience constructor.- Parameters:
applicationPath
- Application path.woofSecurityOutput
- Woof security output.woofTemplate
- Woof template.
-
WoofSecurityOutputToWoofTemplateModel
public WoofSecurityOutputToWoofTemplateModel(java.lang.String applicationPath, WoofSecurityOutputModel woofSecurityOutput, WoofTemplateModel woofTemplate, int x, int y)
Convenience constructor allowing XY initialising.- Parameters:
applicationPath
- Application path.woofSecurityOutput
- Woof security 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.
-
getWoofSecurityOutput
public WoofSecurityOutputModel getWoofSecurityOutput()
- Returns:
- Woof security output.
-
setWoofSecurityOutput
public void setWoofSecurityOutput(WoofSecurityOutputModel woofSecurityOutput)
- Parameters:
woofSecurityOutput
- Woof security 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
-
-