Package net.officefloor.woof.model.woof
Class WoofProcedureModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.woof.model.woof.WoofProcedureModel
-
- All Implemented Interfaces:
ItemModel<WoofProcedureModel>
,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class WoofProcedureModel extends AbstractModel implements ItemModel<WoofProcedureModel>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WoofProcedureModel.WoofProcedureEvent
-
Constructor Summary
Constructors Constructor Description WoofProcedureModel()
Default constructor.WoofProcedureModel(java.lang.String woofProcedureName, java.lang.String resource, java.lang.String sourceName, java.lang.String procedureName)
Convenience constructor for new non-linked instance.WoofProcedureModel(java.lang.String woofProcedureName, java.lang.String resource, java.lang.String sourceName, java.lang.String procedureName, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.WoofProcedureModel(java.lang.String woofProcedureName, java.lang.String resource, java.lang.String sourceName, java.lang.String procedureName, WoofProcedureNextModel next, PropertyModel[] property, WoofProcedureOutputModel[] output, WoofTemplateOutputToWoofProcedureModel[] woofTemplateOutput, WoofSecurityOutputToWoofProcedureModel[] woofSecurityOutput, WoofSectionOutputToWoofProcedureModel[] woofSectionOutput, WoofProcedureOutputToWoofProcedureModel[] woofProcedureOutput, WoofProcedureNextToWoofProcedureModel[] woofProcedureNext, WoofExceptionToWoofProcedureModel[] woofException, WoofHttpContinuationToWoofProcedureModel[] woofHttpContinuation, WoofHttpInputToWoofProcedureModel[] woofHttpInput, WoofStartToWoofProcedureModel[] woofStart)
Convenience constructor.WoofProcedureModel(java.lang.String woofProcedureName, java.lang.String resource, java.lang.String sourceName, java.lang.String procedureName, WoofProcedureNextModel next, PropertyModel[] property, WoofProcedureOutputModel[] output, WoofTemplateOutputToWoofProcedureModel[] woofTemplateOutput, WoofSecurityOutputToWoofProcedureModel[] woofSecurityOutput, WoofSectionOutputToWoofProcedureModel[] woofSectionOutput, WoofProcedureOutputToWoofProcedureModel[] woofProcedureOutput, WoofProcedureNextToWoofProcedureModel[] woofProcedureNext, WoofExceptionToWoofProcedureModel[] woofException, WoofHttpContinuationToWoofProcedureModel[] woofHttpContinuation, WoofHttpInputToWoofProcedureModel[] woofHttpInput, WoofStartToWoofProcedureModel[] woofStart, 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
-
WoofProcedureModel
public WoofProcedureModel()
Default constructor.
-
WoofProcedureModel
public WoofProcedureModel(java.lang.String woofProcedureName, java.lang.String resource, java.lang.String sourceName, java.lang.String procedureName)
Convenience constructor for new non-linked instance.- Parameters:
woofProcedureName
- Woof procedure name.resource
- Resource.sourceName
- Source name.procedureName
- Procedure name.
-
WoofProcedureModel
public WoofProcedureModel(java.lang.String woofProcedureName, java.lang.String resource, java.lang.String sourceName, java.lang.String procedureName, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.- Parameters:
woofProcedureName
- Woof procedure name.resource
- Resource.sourceName
- Source name.procedureName
- Procedure name.x
- Horizontal location.y
- Vertical location.
-
WoofProcedureModel
public WoofProcedureModel(java.lang.String woofProcedureName, java.lang.String resource, java.lang.String sourceName, java.lang.String procedureName, WoofProcedureNextModel next, PropertyModel[] property, WoofProcedureOutputModel[] output, WoofTemplateOutputToWoofProcedureModel[] woofTemplateOutput, WoofSecurityOutputToWoofProcedureModel[] woofSecurityOutput, WoofSectionOutputToWoofProcedureModel[] woofSectionOutput, WoofProcedureOutputToWoofProcedureModel[] woofProcedureOutput, WoofProcedureNextToWoofProcedureModel[] woofProcedureNext, WoofExceptionToWoofProcedureModel[] woofException, WoofHttpContinuationToWoofProcedureModel[] woofHttpContinuation, WoofHttpInputToWoofProcedureModel[] woofHttpInput, WoofStartToWoofProcedureModel[] woofStart)
Convenience constructor.- Parameters:
woofProcedureName
- Woof procedure name.resource
- Resource.sourceName
- Source name.procedureName
- Procedure name.next
- Next.property
- Property.output
- Output.woofTemplateOutput
- Woof template output.woofSecurityOutput
- Woof security output.woofSectionOutput
- Woof section output.woofProcedureOutput
- Woof procedure output.woofProcedureNext
- Woof procedure next.woofException
- Woof exception.woofHttpContinuation
- Woof http continuation.woofHttpInput
- Woof http input.woofStart
- Woof start.
-
WoofProcedureModel
public WoofProcedureModel(java.lang.String woofProcedureName, java.lang.String resource, java.lang.String sourceName, java.lang.String procedureName, WoofProcedureNextModel next, PropertyModel[] property, WoofProcedureOutputModel[] output, WoofTemplateOutputToWoofProcedureModel[] woofTemplateOutput, WoofSecurityOutputToWoofProcedureModel[] woofSecurityOutput, WoofSectionOutputToWoofProcedureModel[] woofSectionOutput, WoofProcedureOutputToWoofProcedureModel[] woofProcedureOutput, WoofProcedureNextToWoofProcedureModel[] woofProcedureNext, WoofExceptionToWoofProcedureModel[] woofException, WoofHttpContinuationToWoofProcedureModel[] woofHttpContinuation, WoofHttpInputToWoofProcedureModel[] woofHttpInput, WoofStartToWoofProcedureModel[] woofStart, int x, int y)
Convenience constructor allowing XY initialising.- Parameters:
woofProcedureName
- Woof procedure name.resource
- Resource.sourceName
- Source name.procedureName
- Procedure name.next
- Next.property
- Property.output
- Output.woofTemplateOutput
- Woof template output.woofSecurityOutput
- Woof security output.woofSectionOutput
- Woof section output.woofProcedureOutput
- Woof procedure output.woofProcedureNext
- Woof procedure next.woofException
- Woof exception.woofHttpContinuation
- Woof http continuation.woofHttpInput
- Woof http input.woofStart
- Woof start.x
- Horizontal location.y
- Vertical location.
-
-
Method Detail
-
getWoofProcedureName
public java.lang.String getWoofProcedureName()
- Returns:
- Woof procedure name.
-
setWoofProcedureName
public void setWoofProcedureName(java.lang.String woofProcedureName)
- Parameters:
woofProcedureName
- Woof procedure name.
-
getResource
public java.lang.String getResource()
- Returns:
- Resource.
-
setResource
public void setResource(java.lang.String resource)
- Parameters:
resource
- Resource.
-
getSourceName
public java.lang.String getSourceName()
- Returns:
- Source name.
-
setSourceName
public void setSourceName(java.lang.String sourceName)
- Parameters:
sourceName
- Source name.
-
getProcedureName
public java.lang.String getProcedureName()
- Returns:
- Procedure name.
-
setProcedureName
public void setProcedureName(java.lang.String procedureName)
- Parameters:
procedureName
- Procedure name.
-
getNext
public WoofProcedureNextModel getNext()
- Returns:
- Next.
-
setNext
public void setNext(WoofProcedureNextModel next)
- Parameters:
next
- Next.
-
getProperties
public java.util.List<PropertyModel> getProperties()
- Returns:
- Property.
-
addProperty
public void addProperty(PropertyModel property)
- Parameters:
property
- Property.
-
removeProperty
public void removeProperty(PropertyModel property)
- Parameters:
property
- Property.
-
getOutputs
public java.util.List<WoofProcedureOutputModel> getOutputs()
- Returns:
- Output.
-
addOutput
public void addOutput(WoofProcedureOutputModel output)
- Parameters:
output
- Output.
-
removeOutput
public void removeOutput(WoofProcedureOutputModel output)
- Parameters:
output
- Output.
-
getWoofTemplateOutputs
public java.util.List<WoofTemplateOutputToWoofProcedureModel> getWoofTemplateOutputs()
- Returns:
- Woof template output.
-
addWoofTemplateOutput
public void addWoofTemplateOutput(WoofTemplateOutputToWoofProcedureModel woofTemplateOutput)
- Parameters:
woofTemplateOutput
- Woof template output.
-
removeWoofTemplateOutput
public void removeWoofTemplateOutput(WoofTemplateOutputToWoofProcedureModel woofTemplateOutput)
- Parameters:
woofTemplateOutput
- Woof template output.
-
getWoofSecurityOutputs
public java.util.List<WoofSecurityOutputToWoofProcedureModel> getWoofSecurityOutputs()
- Returns:
- Woof security output.
-
addWoofSecurityOutput
public void addWoofSecurityOutput(WoofSecurityOutputToWoofProcedureModel woofSecurityOutput)
- Parameters:
woofSecurityOutput
- Woof security output.
-
removeWoofSecurityOutput
public void removeWoofSecurityOutput(WoofSecurityOutputToWoofProcedureModel woofSecurityOutput)
- Parameters:
woofSecurityOutput
- Woof security output.
-
getWoofSectionOutputs
public java.util.List<WoofSectionOutputToWoofProcedureModel> getWoofSectionOutputs()
- Returns:
- Woof section output.
-
addWoofSectionOutput
public void addWoofSectionOutput(WoofSectionOutputToWoofProcedureModel woofSectionOutput)
- Parameters:
woofSectionOutput
- Woof section output.
-
removeWoofSectionOutput
public void removeWoofSectionOutput(WoofSectionOutputToWoofProcedureModel woofSectionOutput)
- Parameters:
woofSectionOutput
- Woof section output.
-
getWoofProcedureOutputs
public java.util.List<WoofProcedureOutputToWoofProcedureModel> getWoofProcedureOutputs()
- Returns:
- Woof procedure output.
-
addWoofProcedureOutput
public void addWoofProcedureOutput(WoofProcedureOutputToWoofProcedureModel woofProcedureOutput)
- Parameters:
woofProcedureOutput
- Woof procedure output.
-
removeWoofProcedureOutput
public void removeWoofProcedureOutput(WoofProcedureOutputToWoofProcedureModel woofProcedureOutput)
- Parameters:
woofProcedureOutput
- Woof procedure output.
-
getWoofProcedureNexts
public java.util.List<WoofProcedureNextToWoofProcedureModel> getWoofProcedureNexts()
- Returns:
- Woof procedure next.
-
addWoofProcedureNext
public void addWoofProcedureNext(WoofProcedureNextToWoofProcedureModel woofProcedureNext)
- Parameters:
woofProcedureNext
- Woof procedure next.
-
removeWoofProcedureNext
public void removeWoofProcedureNext(WoofProcedureNextToWoofProcedureModel woofProcedureNext)
- Parameters:
woofProcedureNext
- Woof procedure next.
-
getWoofExceptions
public java.util.List<WoofExceptionToWoofProcedureModel> getWoofExceptions()
- Returns:
- Woof exception.
-
addWoofException
public void addWoofException(WoofExceptionToWoofProcedureModel woofException)
- Parameters:
woofException
- Woof exception.
-
removeWoofException
public void removeWoofException(WoofExceptionToWoofProcedureModel woofException)
- Parameters:
woofException
- Woof exception.
-
getWoofHttpContinuations
public java.util.List<WoofHttpContinuationToWoofProcedureModel> getWoofHttpContinuations()
- Returns:
- Woof http continuation.
-
addWoofHttpContinuation
public void addWoofHttpContinuation(WoofHttpContinuationToWoofProcedureModel woofHttpContinuation)
- Parameters:
woofHttpContinuation
- Woof http continuation.
-
removeWoofHttpContinuation
public void removeWoofHttpContinuation(WoofHttpContinuationToWoofProcedureModel woofHttpContinuation)
- Parameters:
woofHttpContinuation
- Woof http continuation.
-
getWoofHttpInputs
public java.util.List<WoofHttpInputToWoofProcedureModel> getWoofHttpInputs()
- Returns:
- Woof http input.
-
addWoofHttpInput
public void addWoofHttpInput(WoofHttpInputToWoofProcedureModel woofHttpInput)
- Parameters:
woofHttpInput
- Woof http input.
-
removeWoofHttpInput
public void removeWoofHttpInput(WoofHttpInputToWoofProcedureModel woofHttpInput)
- Parameters:
woofHttpInput
- Woof http input.
-
getWoofStarts
public java.util.List<WoofStartToWoofProcedureModel> getWoofStarts()
- Returns:
- Woof start.
-
addWoofStart
public void addWoofStart(WoofStartToWoofProcedureModel woofStart)
- Parameters:
woofStart
- Woof start.
-
removeWoofStart
public void removeWoofStart(WoofStartToWoofProcedureModel woofStart)
- Parameters:
woofStart
- Woof start.
-
removeConnections
public RemoveConnectionsAction<WoofProcedureModel> removeConnections()
Remove Connections.- Specified by:
removeConnections
in interfaceItemModel<WoofProcedureModel>
- Returns:
RemoveConnectionsAction
to remove theConnectionModel
instances.
-
-