Package net.officefloor.woof.model.woof
Class WoofExceptionModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.woof.model.woof.WoofExceptionModel
-
- All Implemented Interfaces:
ItemModel<WoofExceptionModel>
,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class WoofExceptionModel extends AbstractModel implements ItemModel<WoofExceptionModel>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WoofExceptionModel.WoofExceptionEvent
-
Constructor Summary
Constructors Constructor Description WoofExceptionModel()
Default constructor.WoofExceptionModel(java.lang.String className)
Convenience constructor for new non-linked instance.WoofExceptionModel(java.lang.String className, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.WoofExceptionModel(java.lang.String className, WoofExceptionToWoofSectionInputModel woofSectionInput, WoofExceptionToWoofProcedureModel woofProcedure, WoofExceptionToWoofTemplateModel woofTemplate, WoofExceptionToWoofResourceModel woofResource, WoofExceptionToWoofSecurityModel woofSecurity, WoofExceptionToWoofHttpContinuationModel woofHttpContinuation)
Convenience constructor.WoofExceptionModel(java.lang.String className, WoofExceptionToWoofSectionInputModel woofSectionInput, WoofExceptionToWoofProcedureModel woofProcedure, WoofExceptionToWoofTemplateModel woofTemplate, WoofExceptionToWoofResourceModel woofResource, WoofExceptionToWoofSecurityModel woofSecurity, WoofExceptionToWoofHttpContinuationModel 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
-
WoofExceptionModel
public WoofExceptionModel()
Default constructor.
-
WoofExceptionModel
public WoofExceptionModel(java.lang.String className)
Convenience constructor for new non-linked instance.- Parameters:
className
- Class name.
-
WoofExceptionModel
public WoofExceptionModel(java.lang.String className, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.- Parameters:
className
- Class name.x
- Horizontal location.y
- Vertical location.
-
WoofExceptionModel
public WoofExceptionModel(java.lang.String className, WoofExceptionToWoofSectionInputModel woofSectionInput, WoofExceptionToWoofProcedureModel woofProcedure, WoofExceptionToWoofTemplateModel woofTemplate, WoofExceptionToWoofResourceModel woofResource, WoofExceptionToWoofSecurityModel woofSecurity, WoofExceptionToWoofHttpContinuationModel woofHttpContinuation)
Convenience constructor.- Parameters:
className
- Class name.woofSectionInput
- Woof section input.woofProcedure
- Woof procedure.woofTemplate
- Woof template.woofResource
- Woof resource.woofSecurity
- Woof security.woofHttpContinuation
- Woof http continuation.
-
WoofExceptionModel
public WoofExceptionModel(java.lang.String className, WoofExceptionToWoofSectionInputModel woofSectionInput, WoofExceptionToWoofProcedureModel woofProcedure, WoofExceptionToWoofTemplateModel woofTemplate, WoofExceptionToWoofResourceModel woofResource, WoofExceptionToWoofSecurityModel woofSecurity, WoofExceptionToWoofHttpContinuationModel woofHttpContinuation, int x, int y)
Convenience constructor allowing XY initialising.- Parameters:
className
- Class name.woofSectionInput
- Woof section input.woofProcedure
- Woof procedure.woofTemplate
- Woof template.woofResource
- Woof resource.woofSecurity
- Woof security.woofHttpContinuation
- Woof http continuation.x
- Horizontal location.y
- Vertical location.
-
-
Method Detail
-
getClassName
public java.lang.String getClassName()
- Returns:
- Class name.
-
setClassName
public void setClassName(java.lang.String className)
- Parameters:
className
- Class name.
-
getWoofSectionInput
public WoofExceptionToWoofSectionInputModel getWoofSectionInput()
- Returns:
- Woof section input.
-
setWoofSectionInput
public void setWoofSectionInput(WoofExceptionToWoofSectionInputModel woofSectionInput)
- Parameters:
woofSectionInput
- Woof section input.
-
getWoofProcedure
public WoofExceptionToWoofProcedureModel getWoofProcedure()
- Returns:
- Woof procedure.
-
setWoofProcedure
public void setWoofProcedure(WoofExceptionToWoofProcedureModel woofProcedure)
- Parameters:
woofProcedure
- Woof procedure.
-
getWoofTemplate
public WoofExceptionToWoofTemplateModel getWoofTemplate()
- Returns:
- Woof template.
-
setWoofTemplate
public void setWoofTemplate(WoofExceptionToWoofTemplateModel woofTemplate)
- Parameters:
woofTemplate
- Woof template.
-
getWoofResource
public WoofExceptionToWoofResourceModel getWoofResource()
- Returns:
- Woof resource.
-
setWoofResource
public void setWoofResource(WoofExceptionToWoofResourceModel woofResource)
- Parameters:
woofResource
- Woof resource.
-
getWoofSecurity
public WoofExceptionToWoofSecurityModel getWoofSecurity()
- Returns:
- Woof security.
-
setWoofSecurity
public void setWoofSecurity(WoofExceptionToWoofSecurityModel woofSecurity)
- Parameters:
woofSecurity
- Woof security.
-
getWoofHttpContinuation
public WoofExceptionToWoofHttpContinuationModel getWoofHttpContinuation()
- Returns:
- Woof http continuation.
-
setWoofHttpContinuation
public void setWoofHttpContinuation(WoofExceptionToWoofHttpContinuationModel woofHttpContinuation)
- Parameters:
woofHttpContinuation
- Woof http continuation.
-
removeConnections
public RemoveConnectionsAction<WoofExceptionModel> removeConnections()
Remove Connections.- Specified by:
removeConnections
in interfaceItemModel<WoofExceptionModel>
- Returns:
RemoveConnectionsAction
to remove theConnectionModel
instances.
-
-