Package net.officefloor.model.office
Class GovernanceEscalationToOfficeSectionInputModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.model.office.GovernanceEscalationToOfficeSectionInputModel
-
- All Implemented Interfaces:
ConnectionModel
,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class GovernanceEscalationToOfficeSectionInputModel extends AbstractModel implements ConnectionModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GovernanceEscalationToOfficeSectionInputModel.GovernanceEscalationToOfficeSectionInputEvent
-
Constructor Summary
Constructors Constructor Description GovernanceEscalationToOfficeSectionInputModel()
Default constructor.GovernanceEscalationToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName)
Convenience constructor for new non-linked instance.GovernanceEscalationToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.GovernanceEscalationToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, GovernanceEscalationModel governanceEscalation, OfficeSectionInputModel officeSectionInput)
Convenience constructor.GovernanceEscalationToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, GovernanceEscalationModel governanceEscalation, OfficeSectionInputModel officeSectionInput, int x, int y)
Convenience constructor allowing XY initialising.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
connect()
Connects to theAbstractModel
instances.GovernanceEscalationModel
getGovernanceEscalation()
OfficeSectionInputModel
getOfficeSectionInput()
java.lang.String
getOfficeSectionInputName()
java.lang.String
getOfficeSectionName()
boolean
isRemovable()
Indicates if this connection is removable.void
remove()
Removes connection to theAbstractModel
instances.void
setGovernanceEscalation(GovernanceEscalationModel governanceEscalation)
void
setOfficeSectionInput(OfficeSectionInputModel officeSectionInput)
void
setOfficeSectionInputName(java.lang.String officeSectionInputName)
void
setOfficeSectionName(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
-
GovernanceEscalationToOfficeSectionInputModel
public GovernanceEscalationToOfficeSectionInputModel()
Default constructor.
-
GovernanceEscalationToOfficeSectionInputModel
public GovernanceEscalationToOfficeSectionInputModel(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.
-
GovernanceEscalationToOfficeSectionInputModel
public GovernanceEscalationToOfficeSectionInputModel(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.
-
GovernanceEscalationToOfficeSectionInputModel
public GovernanceEscalationToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, GovernanceEscalationModel governanceEscalation, OfficeSectionInputModel officeSectionInput)
Convenience constructor.- Parameters:
officeSectionName
- Office section name.officeSectionInputName
- Office section input name.governanceEscalation
- Governance escalation.officeSectionInput
- Office section input.
-
GovernanceEscalationToOfficeSectionInputModel
public GovernanceEscalationToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, GovernanceEscalationModel governanceEscalation, OfficeSectionInputModel officeSectionInput, int x, int y)
Convenience constructor allowing XY initialising.- Parameters:
officeSectionName
- Office section name.officeSectionInputName
- Office section input name.governanceEscalation
- Governance escalation.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.
-
getGovernanceEscalation
public GovernanceEscalationModel getGovernanceEscalation()
- Returns:
- Governance escalation.
-
setGovernanceEscalation
public void setGovernanceEscalation(GovernanceEscalationModel governanceEscalation)
- Parameters:
governanceEscalation
- Governance escalation.
-
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:ConnectionModel
Indicates if this connection is removable.- Specified by:
isRemovable
in interfaceConnectionModel
- Returns:
- Indicates if removable.
-
connect
public void connect()
Connects to theAbstractModel
instances.- Specified by:
connect
in interfaceConnectionModel
-
remove
public void remove()
Removes connection to theAbstractModel
instances.- Specified by:
remove
in interfaceConnectionModel
-
-