@Generated(value="net.officefloor.model.generate.ModelGenerator") public class WoofExceptionToWoofSectionInputModel extends AbstractModel implements ConnectionModel
Modifier and Type | Class and Description |
---|---|
static class |
WoofExceptionToWoofSectionInputModel.WoofExceptionToWoofSectionInputEvent |
Constructor and Description |
---|
WoofExceptionToWoofSectionInputModel()
Default constructor.
|
WoofExceptionToWoofSectionInputModel(String sectionName,
String inputName)
Convenience constructor for new non-linked instance.
|
WoofExceptionToWoofSectionInputModel(String sectionName,
String inputName,
WoofExceptionModel woofException,
WoofSectionInputModel woofSectionInput)
Convenience constructor.
|
WoofExceptionToWoofSectionInputModel(String sectionName,
String inputName,
WoofExceptionModel woofException,
WoofSectionInputModel woofSectionInput,
int x,
int y)
Convenience constructor allowing XY initialising.
|
Modifier and Type | Method and Description |
---|---|
void |
connect()
Connects to the
AbstractModel instances. |
String |
getInputName() |
String |
getSectionName() |
WoofExceptionModel |
getWoofException() |
WoofSectionInputModel |
getWoofSectionInput() |
boolean |
isRemovable()
Indicates if this connection is removable.
|
void |
remove()
Removes connection to the
AbstractModel instances. |
void |
setInputName(String inputName) |
void |
setSectionName(String sectionName) |
void |
setWoofException(WoofExceptionModel woofException) |
void |
setWoofSectionInput(WoofSectionInputModel woofSectionInput) |
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 WoofExceptionToWoofSectionInputModel()
public WoofExceptionToWoofSectionInputModel(String sectionName, String inputName)
sectionName
- Section name.inputName
- Input name.public WoofExceptionToWoofSectionInputModel(String sectionName, String inputName, WoofExceptionModel woofException, WoofSectionInputModel woofSectionInput)
sectionName
- Section name.inputName
- Input name.woofException
- Woof exception.woofSectionInput
- Woof section input.public WoofExceptionToWoofSectionInputModel(String sectionName, String inputName, WoofExceptionModel woofException, WoofSectionInputModel woofSectionInput, int x, int y)
sectionName
- Section name.inputName
- Input name.woofException
- Woof exception.woofSectionInput
- Woof section input.x
- Horizontal location.y
- Vertical location.public String getSectionName()
public void setSectionName(String sectionName)
sectionName
- Section name.public String getInputName()
public void setInputName(String inputName)
inputName
- Input name.public WoofExceptionModel getWoofException()
public void setWoofException(WoofExceptionModel woofException)
woofException
- Woof exception.public WoofSectionInputModel getWoofSectionInput()
public void setWoofSectionInput(WoofSectionInputModel woofSectionInput)
woofSectionInput
- Woof section input.public boolean isRemovable()
ConnectionModel
isRemovable
in interface ConnectionModel
public void connect()
AbstractModel
instances.connect
in interface ConnectionModel
public void remove()
AbstractModel
instances.remove
in interface ConnectionModel
Copyright © 2005–2016. All rights reserved.