Package net.officefloor.woof.model.woof
Class WoofHttpContinuationToWoofResourceModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.woof.model.woof.WoofHttpContinuationToWoofResourceModel
-
- All Implemented Interfaces:
ConnectionModel,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class WoofHttpContinuationToWoofResourceModel extends AbstractModel implements ConnectionModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWoofHttpContinuationToWoofResourceModel.WoofHttpContinuationToWoofResourceEvent
-
Constructor Summary
Constructors Constructor Description WoofHttpContinuationToWoofResourceModel()Default constructor.WoofHttpContinuationToWoofResourceModel(java.lang.String resourcePath)Convenience constructor for new non-linked instance.WoofHttpContinuationToWoofResourceModel(java.lang.String resourcePath, int x, int y)Convenience constructor for new non-linked instance allowing XY initialising.WoofHttpContinuationToWoofResourceModel(java.lang.String resourcePath, WoofHttpContinuationModel woofHttpContinuation, WoofResourceModel woofResource)Convenience constructor.WoofHttpContinuationToWoofResourceModel(java.lang.String resourcePath, WoofHttpContinuationModel woofHttpContinuation, WoofResourceModel woofResource, int x, int y)Convenience constructor allowing XY initialising.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconnect()Connects to theAbstractModelinstances.java.lang.StringgetResourcePath()WoofHttpContinuationModelgetWoofHttpContinuation()WoofResourceModelgetWoofResource()booleanisRemovable()Indicates if this connection is removable.voidremove()Removes connection to theAbstractModelinstances.voidsetResourcePath(java.lang.String resourcePath)voidsetWoofHttpContinuation(WoofHttpContinuationModel woofHttpContinuation)voidsetWoofResource(WoofResourceModel woofResource)-
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
-
WoofHttpContinuationToWoofResourceModel
public WoofHttpContinuationToWoofResourceModel()
Default constructor.
-
WoofHttpContinuationToWoofResourceModel
public WoofHttpContinuationToWoofResourceModel(java.lang.String resourcePath)
Convenience constructor for new non-linked instance.- Parameters:
resourcePath- Resource path.
-
WoofHttpContinuationToWoofResourceModel
public WoofHttpContinuationToWoofResourceModel(java.lang.String resourcePath, int x, int y)Convenience constructor for new non-linked instance allowing XY initialising.- Parameters:
resourcePath- Resource path.x- Horizontal location.y- Vertical location.
-
WoofHttpContinuationToWoofResourceModel
public WoofHttpContinuationToWoofResourceModel(java.lang.String resourcePath, WoofHttpContinuationModel woofHttpContinuation, WoofResourceModel woofResource)Convenience constructor.- Parameters:
resourcePath- Resource path.woofHttpContinuation- Woof http continuation.woofResource- Woof resource.
-
WoofHttpContinuationToWoofResourceModel
public WoofHttpContinuationToWoofResourceModel(java.lang.String resourcePath, WoofHttpContinuationModel woofHttpContinuation, WoofResourceModel woofResource, int x, int y)Convenience constructor allowing XY initialising.- Parameters:
resourcePath- Resource path.woofHttpContinuation- Woof http continuation.woofResource- Woof resource.x- Horizontal location.y- Vertical location.
-
-
Method Detail
-
getResourcePath
public java.lang.String getResourcePath()
- Returns:
- Resource path.
-
setResourcePath
public void setResourcePath(java.lang.String resourcePath)
- Parameters:
resourcePath- Resource path.
-
getWoofHttpContinuation
public WoofHttpContinuationModel getWoofHttpContinuation()
- Returns:
- Woof http continuation.
-
setWoofHttpContinuation
public void setWoofHttpContinuation(WoofHttpContinuationModel woofHttpContinuation)
- Parameters:
woofHttpContinuation- Woof http continuation.
-
getWoofResource
public WoofResourceModel getWoofResource()
- Returns:
- Woof resource.
-
setWoofResource
public void setWoofResource(WoofResourceModel woofResource)
- Parameters:
woofResource- Woof resource.
-
isRemovable
public boolean isRemovable()
Description copied from interface:ConnectionModelIndicates if this connection is removable.- Specified by:
isRemovablein interfaceConnectionModel- Returns:
- Indicates if removable.
-
connect
public void connect()
Connects to theAbstractModelinstances.- Specified by:
connectin interfaceConnectionModel
-
remove
public void remove()
Removes connection to theAbstractModelinstances.- Specified by:
removein interfaceConnectionModel
-
-