Package net.officefloor.model.office
Class GovernanceFlowModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.model.office.GovernanceFlowModel
-
- All Implemented Interfaces:
ItemModel<GovernanceFlowModel>,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class GovernanceFlowModel extends AbstractModel implements ItemModel<GovernanceFlowModel>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGovernanceFlowModel.GovernanceFlowEvent
-
Constructor Summary
Constructors Constructor Description GovernanceFlowModel()Default constructor.GovernanceFlowModel(java.lang.String flowName, java.lang.String key, java.lang.String argumentType)Convenience constructor for new non-linked instance.GovernanceFlowModel(java.lang.String flowName, java.lang.String key, java.lang.String argumentType, int x, int y)Convenience constructor for new non-linked instance allowing XY initialising.GovernanceFlowModel(java.lang.String flowName, java.lang.String key, java.lang.String argumentType, GovernanceFlowToOfficeSectionInputModel officeSectionInput)Convenience constructor.GovernanceFlowModel(java.lang.String flowName, java.lang.String key, java.lang.String argumentType, GovernanceFlowToOfficeSectionInputModel 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()java.lang.StringgetFlowName()java.lang.StringgetKey()GovernanceFlowToOfficeSectionInputModelgetOfficeSectionInput()RemoveConnectionsAction<GovernanceFlowModel>removeConnections()Remove Connections.voidsetArgumentType(java.lang.String argumentType)voidsetFlowName(java.lang.String flowName)voidsetKey(java.lang.String key)voidsetOfficeSectionInput(GovernanceFlowToOfficeSectionInputModel 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
-
GovernanceFlowModel
public GovernanceFlowModel()
Default constructor.
-
GovernanceFlowModel
public GovernanceFlowModel(java.lang.String flowName, java.lang.String key, java.lang.String argumentType)Convenience constructor for new non-linked instance.- Parameters:
flowName- Flow name.key- Key.argumentType- Argument type.
-
GovernanceFlowModel
public GovernanceFlowModel(java.lang.String flowName, java.lang.String key, java.lang.String argumentType, int x, int y)Convenience constructor for new non-linked instance allowing XY initialising.- Parameters:
flowName- Flow name.key- Key.argumentType- Argument type.x- Horizontal location.y- Vertical location.
-
GovernanceFlowModel
public GovernanceFlowModel(java.lang.String flowName, java.lang.String key, java.lang.String argumentType, GovernanceFlowToOfficeSectionInputModel officeSectionInput)Convenience constructor.- Parameters:
flowName- Flow name.key- Key.argumentType- Argument type.officeSectionInput- Office section input.
-
GovernanceFlowModel
public GovernanceFlowModel(java.lang.String flowName, java.lang.String key, java.lang.String argumentType, GovernanceFlowToOfficeSectionInputModel officeSectionInput, int x, int y)Convenience constructor allowing XY initialising.- Parameters:
flowName- Flow name.key- Key.argumentType- Argument type.officeSectionInput- Office section input.x- Horizontal location.y- Vertical location.
-
-
Method Detail
-
getFlowName
public java.lang.String getFlowName()
- Returns:
- Flow name.
-
setFlowName
public void setFlowName(java.lang.String flowName)
- Parameters:
flowName- Flow name.
-
getKey
public java.lang.String getKey()
- Returns:
- Key.
-
setKey
public void setKey(java.lang.String key)
- Parameters:
key- Key.
-
getArgumentType
public java.lang.String getArgumentType()
- Returns:
- Argument type.
-
setArgumentType
public void setArgumentType(java.lang.String argumentType)
- Parameters:
argumentType- Argument type.
-
getOfficeSectionInput
public GovernanceFlowToOfficeSectionInputModel getOfficeSectionInput()
- Returns:
- Office section input.
-
setOfficeSectionInput
public void setOfficeSectionInput(GovernanceFlowToOfficeSectionInputModel officeSectionInput)
- Parameters:
officeSectionInput- Office section input.
-
removeConnections
public RemoveConnectionsAction<GovernanceFlowModel> removeConnections()
Remove Connections.- Specified by:
removeConnectionsin interfaceItemModel<GovernanceFlowModel>- Returns:
RemoveConnectionsActionto remove theConnectionModelinstances.
-
-