net.officefloor.model.woof
Class WoofSectionModel
java.lang.Object
net.officefloor.model.AbstractModel
net.officefloor.model.woof.WoofSectionModel
- All Implemented Interfaces:
- ItemModel<WoofSectionModel>, Model
@Generated(value="net.officefloor.model.generate.ModelGenerator")
public class WoofSectionModel
- extends AbstractModel
- implements ItemModel<WoofSectionModel>
|
Constructor Summary |
WoofSectionModel()
Default constructor. |
WoofSectionModel(String woofSectionName,
String sectionSourceClassName,
String sectionLocation)
Convenience constructor for new non-linked instance. |
WoofSectionModel(String woofSectionName,
String sectionSourceClassName,
String sectionLocation,
PropertyModel[] property,
WoofSectionInputModel[] input,
WoofSectionOutputModel[] output)
Convenience constructor. |
WoofSectionModel(String woofSectionName,
String sectionSourceClassName,
String sectionLocation,
PropertyModel[] property,
WoofSectionInputModel[] input,
WoofSectionOutputModel[] output,
int x,
int y)
Convenience constructor allowing XY initialising. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WoofSectionModel
public WoofSectionModel()
- Default constructor.
WoofSectionModel
public WoofSectionModel(String woofSectionName,
String sectionSourceClassName,
String sectionLocation)
- Convenience constructor for new non-linked instance.
WoofSectionModel
public WoofSectionModel(String woofSectionName,
String sectionSourceClassName,
String sectionLocation,
PropertyModel[] property,
WoofSectionInputModel[] input,
WoofSectionOutputModel[] output)
- Convenience constructor.
WoofSectionModel
public WoofSectionModel(String woofSectionName,
String sectionSourceClassName,
String sectionLocation,
PropertyModel[] property,
WoofSectionInputModel[] input,
WoofSectionOutputModel[] output,
int x,
int y)
- Convenience constructor allowing XY initialising.
getWoofSectionName
public String getWoofSectionName()
setWoofSectionName
public void setWoofSectionName(String woofSectionName)
getSectionSourceClassName
public String getSectionSourceClassName()
setSectionSourceClassName
public void setSectionSourceClassName(String sectionSourceClassName)
getSectionLocation
public String getSectionLocation()
setSectionLocation
public void setSectionLocation(String sectionLocation)
getProperties
public List<PropertyModel> getProperties()
addProperty
public void addProperty(PropertyModel property)
removeProperty
public void removeProperty(PropertyModel property)
getInputs
public List<WoofSectionInputModel> getInputs()
addInput
public void addInput(WoofSectionInputModel input)
removeInput
public void removeInput(WoofSectionInputModel input)
getOutputs
public List<WoofSectionOutputModel> getOutputs()
addOutput
public void addOutput(WoofSectionOutputModel output)
removeOutput
public void removeOutput(WoofSectionOutputModel output)
removeConnections
public RemoveConnectionsAction<WoofSectionModel> removeConnections()
- Remove Connections.
- Specified by:
removeConnections in interface ItemModel<WoofSectionModel>
- Returns:
RemoveConnectionsAction containing the
ConnectionModel instances removed.
Copyright © 2005-2013. All Rights Reserved.