Package net.officefloor.woof.model.woof
Class WoofSectionOutputToWoofHttpContinuationModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.woof.model.woof.WoofSectionOutputToWoofHttpContinuationModel
-
- All Implemented Interfaces:
ConnectionModel
,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class WoofSectionOutputToWoofHttpContinuationModel extends AbstractModel implements ConnectionModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WoofSectionOutputToWoofHttpContinuationModel.WoofSectionOutputToWoofHttpContinuationEvent
-
Constructor Summary
Constructors Constructor Description WoofSectionOutputToWoofHttpContinuationModel()
Default constructor.WoofSectionOutputToWoofHttpContinuationModel(java.lang.String applicationPath)
Convenience constructor for new non-linked instance.WoofSectionOutputToWoofHttpContinuationModel(java.lang.String applicationPath, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.WoofSectionOutputToWoofHttpContinuationModel(java.lang.String applicationPath, WoofSectionOutputModel woofSectionOutput, WoofHttpContinuationModel woofHttpContinuation)
Convenience constructor.WoofSectionOutputToWoofHttpContinuationModel(java.lang.String applicationPath, WoofSectionOutputModel woofSectionOutput, WoofHttpContinuationModel woofHttpContinuation, 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()
WoofHttpContinuationModel
getWoofHttpContinuation()
WoofSectionOutputModel
getWoofSectionOutput()
boolean
isRemovable()
Indicates if this connection is removable.void
remove()
Removes connection to theAbstractModel
instances.void
setApplicationPath(java.lang.String applicationPath)
void
setWoofHttpContinuation(WoofHttpContinuationModel woofHttpContinuation)
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
-
WoofSectionOutputToWoofHttpContinuationModel
public WoofSectionOutputToWoofHttpContinuationModel()
Default constructor.
-
WoofSectionOutputToWoofHttpContinuationModel
public WoofSectionOutputToWoofHttpContinuationModel(java.lang.String applicationPath)
Convenience constructor for new non-linked instance.- Parameters:
applicationPath
- Application path.
-
WoofSectionOutputToWoofHttpContinuationModel
public WoofSectionOutputToWoofHttpContinuationModel(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.
-
WoofSectionOutputToWoofHttpContinuationModel
public WoofSectionOutputToWoofHttpContinuationModel(java.lang.String applicationPath, WoofSectionOutputModel woofSectionOutput, WoofHttpContinuationModel woofHttpContinuation)
Convenience constructor.- Parameters:
applicationPath
- Application path.woofSectionOutput
- Woof section output.woofHttpContinuation
- Woof http continuation.
-
WoofSectionOutputToWoofHttpContinuationModel
public WoofSectionOutputToWoofHttpContinuationModel(java.lang.String applicationPath, WoofSectionOutputModel woofSectionOutput, WoofHttpContinuationModel woofHttpContinuation, int x, int y)
Convenience constructor allowing XY initialising.- Parameters:
applicationPath
- Application path.woofSectionOutput
- Woof section output.woofHttpContinuation
- Woof http continuation.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.
-
getWoofHttpContinuation
public WoofHttpContinuationModel getWoofHttpContinuation()
- Returns:
- Woof http continuation.
-
setWoofHttpContinuation
public void setWoofHttpContinuation(WoofHttpContinuationModel woofHttpContinuation)
- Parameters:
woofHttpContinuation
- Woof http continuation.
-
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
-
-