Package net.officefloor.woof.model.woof
Class WoofSectionOutputToWoofProcedureModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.woof.model.woof.WoofSectionOutputToWoofProcedureModel
-
- All Implemented Interfaces:
ConnectionModel
,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class WoofSectionOutputToWoofProcedureModel extends AbstractModel implements ConnectionModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WoofSectionOutputToWoofProcedureModel.WoofSectionOutputToWoofProcedureEvent
-
Constructor Summary
Constructors Constructor Description WoofSectionOutputToWoofProcedureModel()
Default constructor.WoofSectionOutputToWoofProcedureModel(java.lang.String procedureName)
Convenience constructor for new non-linked instance.WoofSectionOutputToWoofProcedureModel(java.lang.String procedureName, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.WoofSectionOutputToWoofProcedureModel(java.lang.String procedureName, WoofSectionOutputModel woofSectionOutput, WoofProcedureModel woofProcedure)
Convenience constructor.WoofSectionOutputToWoofProcedureModel(java.lang.String procedureName, WoofSectionOutputModel woofSectionOutput, WoofProcedureModel woofProcedure, 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
getProcedureName()
WoofProcedureModel
getWoofProcedure()
WoofSectionOutputModel
getWoofSectionOutput()
boolean
isRemovable()
Indicates if this connection is removable.void
remove()
Removes connection to theAbstractModel
instances.void
setProcedureName(java.lang.String procedureName)
void
setWoofProcedure(WoofProcedureModel woofProcedure)
void
setWoofSectionOutput(WoofSectionOutputModel woofSectionOutput)
-
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
-
WoofSectionOutputToWoofProcedureModel
public WoofSectionOutputToWoofProcedureModel()
Default constructor.
-
WoofSectionOutputToWoofProcedureModel
public WoofSectionOutputToWoofProcedureModel(java.lang.String procedureName)
Convenience constructor for new non-linked instance.- Parameters:
procedureName
- Procedure name.
-
WoofSectionOutputToWoofProcedureModel
public WoofSectionOutputToWoofProcedureModel(java.lang.String procedureName, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.- Parameters:
procedureName
- Procedure name.x
- Horizontal location.y
- Vertical location.
-
WoofSectionOutputToWoofProcedureModel
public WoofSectionOutputToWoofProcedureModel(java.lang.String procedureName, WoofSectionOutputModel woofSectionOutput, WoofProcedureModel woofProcedure)
Convenience constructor.- Parameters:
procedureName
- Procedure name.woofSectionOutput
- Woof section output.woofProcedure
- Woof procedure.
-
WoofSectionOutputToWoofProcedureModel
public WoofSectionOutputToWoofProcedureModel(java.lang.String procedureName, WoofSectionOutputModel woofSectionOutput, WoofProcedureModel woofProcedure, int x, int y)
Convenience constructor allowing XY initialising.- Parameters:
procedureName
- Procedure name.woofSectionOutput
- Woof section output.woofProcedure
- Woof procedure.x
- Horizontal location.y
- Vertical location.
-
-
Method Detail
-
getProcedureName
public java.lang.String getProcedureName()
- Returns:
- Procedure name.
-
setProcedureName
public void setProcedureName(java.lang.String procedureName)
- Parameters:
procedureName
- Procedure name.
-
getWoofSectionOutput
public WoofSectionOutputModel getWoofSectionOutput()
- Returns:
- Woof section output.
-
setWoofSectionOutput
public void setWoofSectionOutput(WoofSectionOutputModel woofSectionOutput)
- Parameters:
woofSectionOutput
- Woof section output.
-
getWoofProcedure
public WoofProcedureModel getWoofProcedure()
- Returns:
- Woof procedure.
-
setWoofProcedure
public void setWoofProcedure(WoofProcedureModel woofProcedure)
- Parameters:
woofProcedure
- Woof procedure.
-
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
-
-