Package net.officefloor.model.office
Class OfficeSectionOutputToOfficeSectionInputModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.model.office.OfficeSectionOutputToOfficeSectionInputModel
-
- All Implemented Interfaces:
ConnectionModel,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class OfficeSectionOutputToOfficeSectionInputModel extends AbstractModel implements ConnectionModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOfficeSectionOutputToOfficeSectionInputModel.OfficeSectionOutputToOfficeSectionInputEvent
-
Constructor Summary
Constructors Constructor Description OfficeSectionOutputToOfficeSectionInputModel()Default constructor.OfficeSectionOutputToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName)Convenience constructor for new non-linked instance.OfficeSectionOutputToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, int x, int y)Convenience constructor for new non-linked instance allowing XY initialising.OfficeSectionOutputToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, OfficeSectionOutputModel officeSectionOutput, OfficeSectionInputModel officeSectionInput)Convenience constructor.OfficeSectionOutputToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, OfficeSectionOutputModel officeSectionOutput, OfficeSectionInputModel officeSectionInput, int x, int y)Convenience constructor allowing XY initialising.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconnect()Connects to theAbstractModelinstances.OfficeSectionInputModelgetOfficeSectionInput()java.lang.StringgetOfficeSectionInputName()java.lang.StringgetOfficeSectionName()OfficeSectionOutputModelgetOfficeSectionOutput()booleanisRemovable()Indicates if this connection is removable.voidremove()Removes connection to theAbstractModelinstances.voidsetOfficeSectionInput(OfficeSectionInputModel officeSectionInput)voidsetOfficeSectionInputName(java.lang.String officeSectionInputName)voidsetOfficeSectionName(java.lang.String officeSectionName)voidsetOfficeSectionOutput(OfficeSectionOutputModel officeSectionOutput)-
Methods inherited from class net.officefloor.model.AbstractModel
addItemToList, addPropertyChangeListener, changeField, firePropertyChange, getX, getY, removeItemFromList, removePropertyChangeListener, setX, setY
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.officefloor.model.Model
addPropertyChangeListener, getX, getY, removePropertyChangeListener, setX, setY
-
-
-
-
Constructor Detail
-
OfficeSectionOutputToOfficeSectionInputModel
public OfficeSectionOutputToOfficeSectionInputModel()
Default constructor.
-
OfficeSectionOutputToOfficeSectionInputModel
public OfficeSectionOutputToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName)Convenience constructor for new non-linked instance.- Parameters:
officeSectionName- Office section name.officeSectionInputName- Office section input name.
-
OfficeSectionOutputToOfficeSectionInputModel
public OfficeSectionOutputToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, int x, int y)Convenience constructor for new non-linked instance allowing XY initialising.- Parameters:
officeSectionName- Office section name.officeSectionInputName- Office section input name.x- Horizontal location.y- Vertical location.
-
OfficeSectionOutputToOfficeSectionInputModel
public OfficeSectionOutputToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, OfficeSectionOutputModel officeSectionOutput, OfficeSectionInputModel officeSectionInput)Convenience constructor.- Parameters:
officeSectionName- Office section name.officeSectionInputName- Office section input name.officeSectionOutput- Office section output.officeSectionInput- Office section input.
-
OfficeSectionOutputToOfficeSectionInputModel
public OfficeSectionOutputToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, OfficeSectionOutputModel officeSectionOutput, OfficeSectionInputModel officeSectionInput, int x, int y)Convenience constructor allowing XY initialising.- Parameters:
officeSectionName- Office section name.officeSectionInputName- Office section input name.officeSectionOutput- Office section output.officeSectionInput- Office section input.x- Horizontal location.y- Vertical location.
-
-
Method Detail
-
getOfficeSectionName
public java.lang.String getOfficeSectionName()
- Returns:
- Office section name.
-
setOfficeSectionName
public void setOfficeSectionName(java.lang.String officeSectionName)
- Parameters:
officeSectionName- Office section name.
-
getOfficeSectionInputName
public java.lang.String getOfficeSectionInputName()
- Returns:
- Office section input name.
-
setOfficeSectionInputName
public void setOfficeSectionInputName(java.lang.String officeSectionInputName)
- Parameters:
officeSectionInputName- Office section input name.
-
getOfficeSectionOutput
public OfficeSectionOutputModel getOfficeSectionOutput()
- Returns:
- Office section output.
-
setOfficeSectionOutput
public void setOfficeSectionOutput(OfficeSectionOutputModel officeSectionOutput)
- Parameters:
officeSectionOutput- Office section output.
-
getOfficeSectionInput
public OfficeSectionInputModel getOfficeSectionInput()
- Returns:
- Office section input.
-
setOfficeSectionInput
public void setOfficeSectionInput(OfficeSectionInputModel officeSectionInput)
- Parameters:
officeSectionInput- Office section input.
-
isRemovable
public boolean isRemovable()
Description copied from interface:ConnectionModelIndicates if this connection is removable.- Specified by:
isRemovablein interfaceConnectionModel- Returns:
- Indicates if removable.
-
connect
public void connect()
Connects to theAbstractModelinstances.- Specified by:
connectin interfaceConnectionModel
-
remove
public void remove()
Removes connection to theAbstractModelinstances.- Specified by:
removein interfaceConnectionModel
-
-