Package net.officefloor.model.office
Class OfficeSectionOutputModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.model.office.OfficeSectionOutputModel
-
- All Implemented Interfaces:
ItemModel<OfficeSectionOutputModel>,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class OfficeSectionOutputModel extends AbstractModel implements ItemModel<OfficeSectionOutputModel>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOfficeSectionOutputModel.OfficeSectionOutputEvent
-
Constructor Summary
Constructors Constructor Description OfficeSectionOutputModel()Default constructor.OfficeSectionOutputModel(java.lang.String officeSectionOutputName, java.lang.String argumentType, boolean escalationOnly)Convenience constructor for new non-linked instance.OfficeSectionOutputModel(java.lang.String officeSectionOutputName, java.lang.String argumentType, boolean escalationOnly, int x, int y)Convenience constructor for new non-linked instance allowing XY initialising.OfficeSectionOutputModel(java.lang.String officeSectionOutputName, java.lang.String argumentType, boolean escalationOnly, OfficeSectionOutputToOfficeSectionInputModel officeSectionInput)Convenience constructor.OfficeSectionOutputModel(java.lang.String officeSectionOutputName, java.lang.String argumentType, boolean escalationOnly, OfficeSectionOutputToOfficeSectionInputModel 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.StringgetArgumentType()booleangetEscalationOnly()OfficeSectionOutputToOfficeSectionInputModelgetOfficeSectionInput()java.lang.StringgetOfficeSectionOutputName()RemoveConnectionsAction<OfficeSectionOutputModel>removeConnections()Remove Connections.voidsetArgumentType(java.lang.String argumentType)voidsetEscalationOnly(boolean escalationOnly)voidsetOfficeSectionInput(OfficeSectionOutputToOfficeSectionInputModel officeSectionInput)voidsetOfficeSectionOutputName(java.lang.String officeSectionOutputName)-
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
-
OfficeSectionOutputModel
public OfficeSectionOutputModel()
Default constructor.
-
OfficeSectionOutputModel
public OfficeSectionOutputModel(java.lang.String officeSectionOutputName, java.lang.String argumentType, boolean escalationOnly)Convenience constructor for new non-linked instance.- Parameters:
officeSectionOutputName- Office section output name.argumentType- Argument type.escalationOnly- Escalation only.
-
OfficeSectionOutputModel
public OfficeSectionOutputModel(java.lang.String officeSectionOutputName, java.lang.String argumentType, boolean escalationOnly, int x, int y)Convenience constructor for new non-linked instance allowing XY initialising.- Parameters:
officeSectionOutputName- Office section output name.argumentType- Argument type.escalationOnly- Escalation only.x- Horizontal location.y- Vertical location.
-
OfficeSectionOutputModel
public OfficeSectionOutputModel(java.lang.String officeSectionOutputName, java.lang.String argumentType, boolean escalationOnly, OfficeSectionOutputToOfficeSectionInputModel officeSectionInput)Convenience constructor.- Parameters:
officeSectionOutputName- Office section output name.argumentType- Argument type.escalationOnly- Escalation only.officeSectionInput- Office section input.
-
OfficeSectionOutputModel
public OfficeSectionOutputModel(java.lang.String officeSectionOutputName, java.lang.String argumentType, boolean escalationOnly, OfficeSectionOutputToOfficeSectionInputModel officeSectionInput, int x, int y)Convenience constructor allowing XY initialising.- Parameters:
officeSectionOutputName- Office section output name.argumentType- Argument type.escalationOnly- Escalation only.officeSectionInput- Office section input.x- Horizontal location.y- Vertical location.
-
-
Method Detail
-
getOfficeSectionOutputName
public java.lang.String getOfficeSectionOutputName()
- Returns:
- Office section output name.
-
setOfficeSectionOutputName
public void setOfficeSectionOutputName(java.lang.String officeSectionOutputName)
- Parameters:
officeSectionOutputName- Office section output name.
-
getArgumentType
public java.lang.String getArgumentType()
- Returns:
- Argument type.
-
setArgumentType
public void setArgumentType(java.lang.String argumentType)
- Parameters:
argumentType- Argument type.
-
getEscalationOnly
public boolean getEscalationOnly()
- Returns:
- Escalation only.
-
setEscalationOnly
public void setEscalationOnly(boolean escalationOnly)
- Parameters:
escalationOnly- Escalation only.
-
getOfficeSectionInput
public OfficeSectionOutputToOfficeSectionInputModel getOfficeSectionInput()
- Returns:
- Office section input.
-
setOfficeSectionInput
public void setOfficeSectionInput(OfficeSectionOutputToOfficeSectionInputModel officeSectionInput)
- Parameters:
officeSectionInput- Office section input.
-
removeConnections
public RemoveConnectionsAction<OfficeSectionOutputModel> removeConnections()
Remove Connections.- Specified by:
removeConnectionsin interfaceItemModel<OfficeSectionOutputModel>- Returns:
RemoveConnectionsActionto remove theConnectionModelinstances.
-
-