Package net.officefloor.model.office
Class OfficeManagedObjectSourceFlowModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.model.office.OfficeManagedObjectSourceFlowModel
-
- All Implemented Interfaces:
ItemModel<OfficeManagedObjectSourceFlowModel>
,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class OfficeManagedObjectSourceFlowModel extends AbstractModel implements ItemModel<OfficeManagedObjectSourceFlowModel>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OfficeManagedObjectSourceFlowModel.OfficeManagedObjectSourceFlowEvent
-
Constructor Summary
Constructors Constructor Description OfficeManagedObjectSourceFlowModel()
Default constructor.OfficeManagedObjectSourceFlowModel(java.lang.String officeManagedObjectSourceFlowName, java.lang.String argumentType)
Convenience constructor for new non-linked instance.OfficeManagedObjectSourceFlowModel(java.lang.String officeManagedObjectSourceFlowName, java.lang.String argumentType, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.OfficeManagedObjectSourceFlowModel(java.lang.String officeManagedObjectSourceFlowName, java.lang.String argumentType, OfficeManagedObjectSourceFlowToOfficeSectionInputModel officeSectionInput)
Convenience constructor.OfficeManagedObjectSourceFlowModel(java.lang.String officeManagedObjectSourceFlowName, java.lang.String argumentType, OfficeManagedObjectSourceFlowToOfficeSectionInputModel 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
getArgumentType()
java.lang.String
getOfficeManagedObjectSourceFlowName()
OfficeManagedObjectSourceFlowToOfficeSectionInputModel
getOfficeSectionInput()
RemoveConnectionsAction<OfficeManagedObjectSourceFlowModel>
removeConnections()
Remove Connections.void
setArgumentType(java.lang.String argumentType)
void
setOfficeManagedObjectSourceFlowName(java.lang.String officeManagedObjectSourceFlowName)
void
setOfficeSectionInput(OfficeManagedObjectSourceFlowToOfficeSectionInputModel 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
-
OfficeManagedObjectSourceFlowModel
public OfficeManagedObjectSourceFlowModel()
Default constructor.
-
OfficeManagedObjectSourceFlowModel
public OfficeManagedObjectSourceFlowModel(java.lang.String officeManagedObjectSourceFlowName, java.lang.String argumentType)
Convenience constructor for new non-linked instance.- Parameters:
officeManagedObjectSourceFlowName
- Office managed object source flow name.argumentType
- Argument type.
-
OfficeManagedObjectSourceFlowModel
public OfficeManagedObjectSourceFlowModel(java.lang.String officeManagedObjectSourceFlowName, java.lang.String argumentType, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.- Parameters:
officeManagedObjectSourceFlowName
- Office managed object source flow name.argumentType
- Argument type.x
- Horizontal location.y
- Vertical location.
-
OfficeManagedObjectSourceFlowModel
public OfficeManagedObjectSourceFlowModel(java.lang.String officeManagedObjectSourceFlowName, java.lang.String argumentType, OfficeManagedObjectSourceFlowToOfficeSectionInputModel officeSectionInput)
Convenience constructor.- Parameters:
officeManagedObjectSourceFlowName
- Office managed object source flow name.argumentType
- Argument type.officeSectionInput
- Office section input.
-
OfficeManagedObjectSourceFlowModel
public OfficeManagedObjectSourceFlowModel(java.lang.String officeManagedObjectSourceFlowName, java.lang.String argumentType, OfficeManagedObjectSourceFlowToOfficeSectionInputModel officeSectionInput, int x, int y)
Convenience constructor allowing XY initialising.- Parameters:
officeManagedObjectSourceFlowName
- Office managed object source flow name.argumentType
- Argument type.officeSectionInput
- Office section input.x
- Horizontal location.y
- Vertical location.
-
-
Method Detail
-
getOfficeManagedObjectSourceFlowName
public java.lang.String getOfficeManagedObjectSourceFlowName()
- Returns:
- Office managed object source flow name.
-
setOfficeManagedObjectSourceFlowName
public void setOfficeManagedObjectSourceFlowName(java.lang.String officeManagedObjectSourceFlowName)
- Parameters:
officeManagedObjectSourceFlowName
- Office managed object source flow name.
-
getArgumentType
public java.lang.String getArgumentType()
- Returns:
- Argument type.
-
setArgumentType
public void setArgumentType(java.lang.String argumentType)
- Parameters:
argumentType
- Argument type.
-
getOfficeSectionInput
public OfficeManagedObjectSourceFlowToOfficeSectionInputModel getOfficeSectionInput()
- Returns:
- Office section input.
-
setOfficeSectionInput
public void setOfficeSectionInput(OfficeManagedObjectSourceFlowToOfficeSectionInputModel officeSectionInput)
- Parameters:
officeSectionInput
- Office section input.
-
removeConnections
public RemoveConnectionsAction<OfficeManagedObjectSourceFlowModel> removeConnections()
Remove Connections.- Specified by:
removeConnections
in interfaceItemModel<OfficeManagedObjectSourceFlowModel>
- Returns:
RemoveConnectionsAction
to remove theConnectionModel
instances.
-
-