@Generated(value="net.officefloor.model.generate.ModelGenerator") public class WoofModel extends AbstractModel implements ItemModel<WoofModel>
Modifier and Type | Class and Description |
---|---|
static class |
WoofModel.WoofEvent |
Constructor and Description |
---|
WoofModel()
Default constructor.
|
WoofModel(WoofAccessModel woofAccess,
WoofTemplateModel[] woofTemplate,
WoofSectionModel[] woofSection,
WoofGovernanceModel[] woofGovernance,
WoofResourceModel[] woofResource,
WoofExceptionModel[] woofException,
WoofStartModel[] woofStart)
Convenience constructor.
|
WoofModel(WoofAccessModel woofAccess,
WoofTemplateModel[] woofTemplate,
WoofSectionModel[] woofSection,
WoofGovernanceModel[] woofGovernance,
WoofResourceModel[] woofResource,
WoofExceptionModel[] woofException,
WoofStartModel[] woofStart,
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 WoofModel()
public WoofModel(WoofAccessModel woofAccess, WoofTemplateModel[] woofTemplate, WoofSectionModel[] woofSection, WoofGovernanceModel[] woofGovernance, WoofResourceModel[] woofResource, WoofExceptionModel[] woofException, WoofStartModel[] woofStart)
woofAccess
- Woof access.woofTemplate
- Woof template.woofSection
- Woof section.woofGovernance
- Woof governance.woofResource
- Woof resource.woofException
- Woof exception.woofStart
- Woof start.public WoofModel(WoofAccessModel woofAccess, WoofTemplateModel[] woofTemplate, WoofSectionModel[] woofSection, WoofGovernanceModel[] woofGovernance, WoofResourceModel[] woofResource, WoofExceptionModel[] woofException, WoofStartModel[] woofStart, int x, int y)
woofAccess
- Woof access.woofTemplate
- Woof template.woofSection
- Woof section.woofGovernance
- Woof governance.woofResource
- Woof resource.woofException
- Woof exception.woofStart
- Woof start.x
- Horizontal location.y
- Vertical location.public WoofAccessModel getWoofAccess()
public void setWoofAccess(WoofAccessModel woofAccess)
woofAccess
- Woof access.public List<WoofTemplateModel> getWoofTemplates()
public void addWoofTemplate(WoofTemplateModel woofTemplate)
woofTemplate
- Woof template.public void removeWoofTemplate(WoofTemplateModel woofTemplate)
woofTemplate
- Woof template.public List<WoofSectionModel> getWoofSections()
public void addWoofSection(WoofSectionModel woofSection)
woofSection
- Woof section.public void removeWoofSection(WoofSectionModel woofSection)
woofSection
- Woof section.public List<WoofGovernanceModel> getWoofGovernances()
public void addWoofGovernance(WoofGovernanceModel woofGovernance)
woofGovernance
- Woof governance.public void removeWoofGovernance(WoofGovernanceModel woofGovernance)
woofGovernance
- Woof governance.public List<WoofResourceModel> getWoofResources()
public void addWoofResource(WoofResourceModel woofResource)
woofResource
- Woof resource.public void removeWoofResource(WoofResourceModel woofResource)
woofResource
- Woof resource.public List<WoofExceptionModel> getWoofExceptions()
public void addWoofException(WoofExceptionModel woofException)
woofException
- Woof exception.public void removeWoofException(WoofExceptionModel woofException)
woofException
- Woof exception.public List<WoofStartModel> getWoofStarts()
public void addWoofStart(WoofStartModel woofStart)
woofStart
- Woof start.public void removeWoofStart(WoofStartModel woofStart)
woofStart
- Woof start.public RemoveConnectionsAction<WoofModel> removeConnections()
removeConnections
in interface ItemModel<WoofModel>
RemoveConnectionsAction
to remove the ConnectionModel
instances.Copyright © 2005–2016. All rights reserved.