Package net.officefloor.model.office
Class GovernanceEscalationModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.model.office.GovernanceEscalationModel
-
- All Implemented Interfaces:
ItemModel<GovernanceEscalationModel>
,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class GovernanceEscalationModel extends AbstractModel implements ItemModel<GovernanceEscalationModel>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GovernanceEscalationModel.GovernanceEscalationEvent
-
Constructor Summary
Constructors Constructor Description GovernanceEscalationModel()
Default constructor.GovernanceEscalationModel(java.lang.String escalationType)
Convenience constructor for new non-linked instance.GovernanceEscalationModel(java.lang.String escalationType, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.GovernanceEscalationModel(java.lang.String escalationType, GovernanceEscalationToOfficeSectionInputModel officeSectionInput)
Convenience constructor.GovernanceEscalationModel(java.lang.String escalationType, GovernanceEscalationToOfficeSectionInputModel officeSectionInput, int x, int y)
Convenience constructor allowing XY initialising.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getEscalationType()
GovernanceEscalationToOfficeSectionInputModel
getOfficeSectionInput()
RemoveConnectionsAction<GovernanceEscalationModel>
removeConnections()
Remove Connections.void
setEscalationType(java.lang.String escalationType)
void
setOfficeSectionInput(GovernanceEscalationToOfficeSectionInputModel officeSectionInput)
-
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
-
GovernanceEscalationModel
public GovernanceEscalationModel()
Default constructor.
-
GovernanceEscalationModel
public GovernanceEscalationModel(java.lang.String escalationType)
Convenience constructor for new non-linked instance.- Parameters:
escalationType
- Escalation type.
-
GovernanceEscalationModel
public GovernanceEscalationModel(java.lang.String escalationType, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.- Parameters:
escalationType
- Escalation type.x
- Horizontal location.y
- Vertical location.
-
GovernanceEscalationModel
public GovernanceEscalationModel(java.lang.String escalationType, GovernanceEscalationToOfficeSectionInputModel officeSectionInput)
Convenience constructor.- Parameters:
escalationType
- Escalation type.officeSectionInput
- Office section input.
-
GovernanceEscalationModel
public GovernanceEscalationModel(java.lang.String escalationType, GovernanceEscalationToOfficeSectionInputModel officeSectionInput, int x, int y)
Convenience constructor allowing XY initialising.- Parameters:
escalationType
- Escalation type.officeSectionInput
- Office section input.x
- Horizontal location.y
- Vertical location.
-
-
Method Detail
-
getEscalationType
public java.lang.String getEscalationType()
- Returns:
- Escalation type.
-
setEscalationType
public void setEscalationType(java.lang.String escalationType)
- Parameters:
escalationType
- Escalation type.
-
getOfficeSectionInput
public GovernanceEscalationToOfficeSectionInputModel getOfficeSectionInput()
- Returns:
- Office section input.
-
setOfficeSectionInput
public void setOfficeSectionInput(GovernanceEscalationToOfficeSectionInputModel officeSectionInput)
- Parameters:
officeSectionInput
- Office section input.
-
removeConnections
public RemoveConnectionsAction<GovernanceEscalationModel> removeConnections()
Remove Connections.- Specified by:
removeConnections
in interfaceItemModel<GovernanceEscalationModel>
- Returns:
RemoveConnectionsAction
to remove theConnectionModel
instances.
-
-