Package net.officefloor.woof.model.woof
Class WoofSectionOutputModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.woof.model.woof.WoofSectionOutputModel
-
- All Implemented Interfaces:
ItemModel<WoofSectionOutputModel>
,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class WoofSectionOutputModel extends AbstractModel implements ItemModel<WoofSectionOutputModel>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WoofSectionOutputModel.WoofSectionOutputEvent
-
Constructor Summary
Constructors Constructor Description WoofSectionOutputModel()
Default constructor.WoofSectionOutputModel(java.lang.String woofSectionOutputName, java.lang.String argumentType)
Convenience constructor for new non-linked instance.WoofSectionOutputModel(java.lang.String woofSectionOutputName, java.lang.String argumentType, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.WoofSectionOutputModel(java.lang.String woofSectionOutputName, java.lang.String argumentType, WoofSectionOutputToWoofSectionInputModel woofSectionInput, WoofSectionOutputToWoofProcedureModel woofProcedure, WoofSectionOutputToWoofTemplateModel woofTemplate, WoofSectionOutputToWoofSecurityModel woofSecurity, WoofSectionOutputToWoofResourceModel woofResource, WoofSectionOutputToWoofHttpContinuationModel woofHttpContinuation)
Convenience constructor.WoofSectionOutputModel(java.lang.String woofSectionOutputName, java.lang.String argumentType, WoofSectionOutputToWoofSectionInputModel woofSectionInput, WoofSectionOutputToWoofProcedureModel woofProcedure, WoofSectionOutputToWoofTemplateModel woofTemplate, WoofSectionOutputToWoofSecurityModel woofSecurity, WoofSectionOutputToWoofResourceModel woofResource, WoofSectionOutputToWoofHttpContinuationModel woofHttpContinuation, int x, int y)
Convenience constructor allowing XY initialising.
-
Method Summary
-
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
-
WoofSectionOutputModel
public WoofSectionOutputModel()
Default constructor.
-
WoofSectionOutputModel
public WoofSectionOutputModel(java.lang.String woofSectionOutputName, java.lang.String argumentType)
Convenience constructor for new non-linked instance.- Parameters:
woofSectionOutputName
- Woof section output name.argumentType
- Argument type.
-
WoofSectionOutputModel
public WoofSectionOutputModel(java.lang.String woofSectionOutputName, java.lang.String argumentType, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.- Parameters:
woofSectionOutputName
- Woof section output name.argumentType
- Argument type.x
- Horizontal location.y
- Vertical location.
-
WoofSectionOutputModel
public WoofSectionOutputModel(java.lang.String woofSectionOutputName, java.lang.String argumentType, WoofSectionOutputToWoofSectionInputModel woofSectionInput, WoofSectionOutputToWoofProcedureModel woofProcedure, WoofSectionOutputToWoofTemplateModel woofTemplate, WoofSectionOutputToWoofSecurityModel woofSecurity, WoofSectionOutputToWoofResourceModel woofResource, WoofSectionOutputToWoofHttpContinuationModel woofHttpContinuation)
Convenience constructor.- Parameters:
woofSectionOutputName
- Woof section output name.argumentType
- Argument type.woofSectionInput
- Woof section input.woofProcedure
- Woof procedure.woofTemplate
- Woof template.woofSecurity
- Woof security.woofResource
- Woof resource.woofHttpContinuation
- Woof http continuation.
-
WoofSectionOutputModel
public WoofSectionOutputModel(java.lang.String woofSectionOutputName, java.lang.String argumentType, WoofSectionOutputToWoofSectionInputModel woofSectionInput, WoofSectionOutputToWoofProcedureModel woofProcedure, WoofSectionOutputToWoofTemplateModel woofTemplate, WoofSectionOutputToWoofSecurityModel woofSecurity, WoofSectionOutputToWoofResourceModel woofResource, WoofSectionOutputToWoofHttpContinuationModel woofHttpContinuation, int x, int y)
Convenience constructor allowing XY initialising.- Parameters:
woofSectionOutputName
- Woof section output name.argumentType
- Argument type.woofSectionInput
- Woof section input.woofProcedure
- Woof procedure.woofTemplate
- Woof template.woofSecurity
- Woof security.woofResource
- Woof resource.woofHttpContinuation
- Woof http continuation.x
- Horizontal location.y
- Vertical location.
-
-
Method Detail
-
getWoofSectionOutputName
public java.lang.String getWoofSectionOutputName()
- Returns:
- Woof section output name.
-
setWoofSectionOutputName
public void setWoofSectionOutputName(java.lang.String woofSectionOutputName)
- Parameters:
woofSectionOutputName
- Woof section output name.
-
getArgumentType
public java.lang.String getArgumentType()
- Returns:
- Argument type.
-
setArgumentType
public void setArgumentType(java.lang.String argumentType)
- Parameters:
argumentType
- Argument type.
-
getWoofSectionInput
public WoofSectionOutputToWoofSectionInputModel getWoofSectionInput()
- Returns:
- Woof section input.
-
setWoofSectionInput
public void setWoofSectionInput(WoofSectionOutputToWoofSectionInputModel woofSectionInput)
- Parameters:
woofSectionInput
- Woof section input.
-
getWoofProcedure
public WoofSectionOutputToWoofProcedureModel getWoofProcedure()
- Returns:
- Woof procedure.
-
setWoofProcedure
public void setWoofProcedure(WoofSectionOutputToWoofProcedureModel woofProcedure)
- Parameters:
woofProcedure
- Woof procedure.
-
getWoofTemplate
public WoofSectionOutputToWoofTemplateModel getWoofTemplate()
- Returns:
- Woof template.
-
setWoofTemplate
public void setWoofTemplate(WoofSectionOutputToWoofTemplateModel woofTemplate)
- Parameters:
woofTemplate
- Woof template.
-
getWoofSecurity
public WoofSectionOutputToWoofSecurityModel getWoofSecurity()
- Returns:
- Woof security.
-
setWoofSecurity
public void setWoofSecurity(WoofSectionOutputToWoofSecurityModel woofSecurity)
- Parameters:
woofSecurity
- Woof security.
-
getWoofResource
public WoofSectionOutputToWoofResourceModel getWoofResource()
- Returns:
- Woof resource.
-
setWoofResource
public void setWoofResource(WoofSectionOutputToWoofResourceModel woofResource)
- Parameters:
woofResource
- Woof resource.
-
getWoofHttpContinuation
public WoofSectionOutputToWoofHttpContinuationModel getWoofHttpContinuation()
- Returns:
- Woof http continuation.
-
setWoofHttpContinuation
public void setWoofHttpContinuation(WoofSectionOutputToWoofHttpContinuationModel woofHttpContinuation)
- Parameters:
woofHttpContinuation
- Woof http continuation.
-
removeConnections
public RemoveConnectionsAction<WoofSectionOutputModel> removeConnections()
Remove Connections.- Specified by:
removeConnections
in interfaceItemModel<WoofSectionOutputModel>
- Returns:
RemoveConnectionsAction
to remove theConnectionModel
instances.
-
-