@Generated(value="net.officefloor.model.generate.ModelGenerator") public class WoofExceptionModel extends AbstractModel implements ItemModel<WoofExceptionModel>
Modifier and Type | Class and Description |
---|---|
static class |
WoofExceptionModel.WoofExceptionEvent |
Constructor and Description |
---|
WoofExceptionModel()
Default constructor.
|
WoofExceptionModel(String className)
Convenience constructor for new non-linked instance.
|
WoofExceptionModel(String className,
WoofExceptionToWoofSectionInputModel woofSectionInput,
WoofExceptionToWoofTemplateModel woofTemplate,
WoofExceptionToWoofResourceModel woofResource)
Convenience constructor.
|
WoofExceptionModel(String className,
WoofExceptionToWoofSectionInputModel woofSectionInput,
WoofExceptionToWoofTemplateModel woofTemplate,
WoofExceptionToWoofResourceModel woofResource,
int x,
int y)
Convenience constructor allowing XY initialising.
|
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
WoofExceptionToWoofResourceModel |
getWoofResource() |
WoofExceptionToWoofSectionInputModel |
getWoofSectionInput() |
WoofExceptionToWoofTemplateModel |
getWoofTemplate() |
RemoveConnectionsAction<WoofExceptionModel> |
removeConnections()
Remove Connections.
|
void |
setClassName(String className) |
void |
setWoofResource(WoofExceptionToWoofResourceModel woofResource) |
void |
setWoofSectionInput(WoofExceptionToWoofSectionInputModel woofSectionInput) |
void |
setWoofTemplate(WoofExceptionToWoofTemplateModel woofTemplate) |
addItemToList, addPropertyChangeListener, changeField, firePropertyChange, getX, getY, removeItemFromList, removePropertyChangeListener, setX, setY
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addPropertyChangeListener, getX, getY, removePropertyChangeListener, setX, setY
public WoofExceptionModel()
public WoofExceptionModel(String className)
className
- Class name.public WoofExceptionModel(String className, WoofExceptionToWoofSectionInputModel woofSectionInput, WoofExceptionToWoofTemplateModel woofTemplate, WoofExceptionToWoofResourceModel woofResource)
className
- Class name.woofSectionInput
- Woof section input.woofTemplate
- Woof template.woofResource
- Woof resource.public WoofExceptionModel(String className, WoofExceptionToWoofSectionInputModel woofSectionInput, WoofExceptionToWoofTemplateModel woofTemplate, WoofExceptionToWoofResourceModel woofResource, int x, int y)
className
- Class name.woofSectionInput
- Woof section input.woofTemplate
- Woof template.woofResource
- Woof resource.x
- Horizontal location.y
- Vertical location.public String getClassName()
public void setClassName(String className)
className
- Class name.public WoofExceptionToWoofSectionInputModel getWoofSectionInput()
public void setWoofSectionInput(WoofExceptionToWoofSectionInputModel woofSectionInput)
woofSectionInput
- Woof section input.public WoofExceptionToWoofTemplateModel getWoofTemplate()
public void setWoofTemplate(WoofExceptionToWoofTemplateModel woofTemplate)
woofTemplate
- Woof template.public WoofExceptionToWoofResourceModel getWoofResource()
public void setWoofResource(WoofExceptionToWoofResourceModel woofResource)
woofResource
- Woof resource.public RemoveConnectionsAction<WoofExceptionModel> removeConnections()
removeConnections
in interface ItemModel<WoofExceptionModel>
RemoveConnectionsAction
to remove the ConnectionModel
instances.Copyright © 2005–2016. All rights reserved.