Package net.officefloor.model.office
Class GovernanceFlowToOfficeSectionInputModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.model.office.GovernanceFlowToOfficeSectionInputModel
-
- All Implemented Interfaces:
ConnectionModel,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class GovernanceFlowToOfficeSectionInputModel extends AbstractModel implements ConnectionModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGovernanceFlowToOfficeSectionInputModel.GovernanceFlowToOfficeSectionInputEvent
-
Constructor Summary
Constructors Constructor Description GovernanceFlowToOfficeSectionInputModel()Default constructor.GovernanceFlowToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName)Convenience constructor for new non-linked instance.GovernanceFlowToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, int x, int y)Convenience constructor for new non-linked instance allowing XY initialising.GovernanceFlowToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, GovernanceFlowModel governanceFlow, OfficeSectionInputModel officeSectionInput)Convenience constructor.GovernanceFlowToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, GovernanceFlowModel governanceFlow, 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.GovernanceFlowModelgetGovernanceFlow()OfficeSectionInputModelgetOfficeSectionInput()java.lang.StringgetOfficeSectionInputName()java.lang.StringgetOfficeSectionName()booleanisRemovable()Indicates if this connection is removable.voidremove()Removes connection to theAbstractModelinstances.voidsetGovernanceFlow(GovernanceFlowModel governanceFlow)voidsetOfficeSectionInput(OfficeSectionInputModel officeSectionInput)voidsetOfficeSectionInputName(java.lang.String officeSectionInputName)voidsetOfficeSectionName(java.lang.String officeSectionName)-
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
-
GovernanceFlowToOfficeSectionInputModel
public GovernanceFlowToOfficeSectionInputModel()
Default constructor.
-
GovernanceFlowToOfficeSectionInputModel
public GovernanceFlowToOfficeSectionInputModel(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.
-
GovernanceFlowToOfficeSectionInputModel
public GovernanceFlowToOfficeSectionInputModel(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.
-
GovernanceFlowToOfficeSectionInputModel
public GovernanceFlowToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, GovernanceFlowModel governanceFlow, OfficeSectionInputModel officeSectionInput)Convenience constructor.- Parameters:
officeSectionName- Office section name.officeSectionInputName- Office section input name.governanceFlow- Governance flow.officeSectionInput- Office section input.
-
GovernanceFlowToOfficeSectionInputModel
public GovernanceFlowToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, GovernanceFlowModel governanceFlow, OfficeSectionInputModel officeSectionInput, int x, int y)Convenience constructor allowing XY initialising.- Parameters:
officeSectionName- Office section name.officeSectionInputName- Office section input name.governanceFlow- Governance flow.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.
-
getGovernanceFlow
public GovernanceFlowModel getGovernanceFlow()
- Returns:
- Governance flow.
-
setGovernanceFlow
public void setGovernanceFlow(GovernanceFlowModel governanceFlow)
- Parameters:
governanceFlow- Governance flow.
-
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
-
-