@Generated(value="net.officefloor.model.generate.ModelGenerator") public class WoofResourceModel extends AbstractModel implements ItemModel<WoofResourceModel>
Modifier and Type | Class and Description |
---|---|
static class |
WoofResourceModel.WoofResourceEvent |
Constructor and Description |
---|
WoofResourceModel()
Default constructor.
|
WoofResourceModel(String woofResourceName,
String resourcePath)
Convenience constructor for new non-linked instance.
|
WoofResourceModel(String woofResourceName,
String resourcePath,
WoofTemplateOutputToWoofResourceModel[] woofTemplateOutput,
WoofSectionOutputToWoofResourceModel[] woofSectionOutput,
WoofAccessOutputToWoofResourceModel[] woofAccessOutput,
WoofExceptionToWoofResourceModel[] woofException)
Convenience constructor.
|
WoofResourceModel(String woofResourceName,
String resourcePath,
WoofTemplateOutputToWoofResourceModel[] woofTemplateOutput,
WoofSectionOutputToWoofResourceModel[] woofSectionOutput,
WoofAccessOutputToWoofResourceModel[] woofAccessOutput,
WoofExceptionToWoofResourceModel[] woofException,
int x,
int y)
Convenience constructor allowing XY initialising.
|
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 WoofResourceModel()
public WoofResourceModel(String woofResourceName, String resourcePath)
woofResourceName
- Woof resource name.resourcePath
- Resource path.public WoofResourceModel(String woofResourceName, String resourcePath, WoofTemplateOutputToWoofResourceModel[] woofTemplateOutput, WoofSectionOutputToWoofResourceModel[] woofSectionOutput, WoofAccessOutputToWoofResourceModel[] woofAccessOutput, WoofExceptionToWoofResourceModel[] woofException)
woofResourceName
- Woof resource name.resourcePath
- Resource path.woofTemplateOutput
- Woof template output.woofSectionOutput
- Woof section output.woofAccessOutput
- Woof access output.woofException
- Woof exception.public WoofResourceModel(String woofResourceName, String resourcePath, WoofTemplateOutputToWoofResourceModel[] woofTemplateOutput, WoofSectionOutputToWoofResourceModel[] woofSectionOutput, WoofAccessOutputToWoofResourceModel[] woofAccessOutput, WoofExceptionToWoofResourceModel[] woofException, int x, int y)
woofResourceName
- Woof resource name.resourcePath
- Resource path.woofTemplateOutput
- Woof template output.woofSectionOutput
- Woof section output.woofAccessOutput
- Woof access output.woofException
- Woof exception.x
- Horizontal location.y
- Vertical location.public String getWoofResourceName()
public void setWoofResourceName(String woofResourceName)
woofResourceName
- Woof resource name.public String getResourcePath()
public void setResourcePath(String resourcePath)
resourcePath
- Resource path.public List<WoofTemplateOutputToWoofResourceModel> getWoofTemplateOutputs()
public void addWoofTemplateOutput(WoofTemplateOutputToWoofResourceModel woofTemplateOutput)
woofTemplateOutput
- Woof template output.public void removeWoofTemplateOutput(WoofTemplateOutputToWoofResourceModel woofTemplateOutput)
woofTemplateOutput
- Woof template output.public List<WoofSectionOutputToWoofResourceModel> getWoofSectionOutputs()
public void addWoofSectionOutput(WoofSectionOutputToWoofResourceModel woofSectionOutput)
woofSectionOutput
- Woof section output.public void removeWoofSectionOutput(WoofSectionOutputToWoofResourceModel woofSectionOutput)
woofSectionOutput
- Woof section output.public List<WoofAccessOutputToWoofResourceModel> getWoofAccessOutputs()
public void addWoofAccessOutput(WoofAccessOutputToWoofResourceModel woofAccessOutput)
woofAccessOutput
- Woof access output.public void removeWoofAccessOutput(WoofAccessOutputToWoofResourceModel woofAccessOutput)
woofAccessOutput
- Woof access output.public List<WoofExceptionToWoofResourceModel> getWoofExceptions()
public void addWoofException(WoofExceptionToWoofResourceModel woofException)
woofException
- Woof exception.public void removeWoofException(WoofExceptionToWoofResourceModel woofException)
woofException
- Woof exception.public RemoveConnectionsAction<WoofResourceModel> removeConnections()
removeConnections
in interface ItemModel<WoofResourceModel>
RemoveConnectionsAction
to remove the ConnectionModel
instances.Copyright © 2005–2016. All rights reserved.