Package net.officefloor.model.section
Class SectionManagedObjectSourceFlowModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.model.section.SectionManagedObjectSourceFlowModel
-
- All Implemented Interfaces:
ItemModel<SectionManagedObjectSourceFlowModel>
,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class SectionManagedObjectSourceFlowModel extends AbstractModel implements ItemModel<SectionManagedObjectSourceFlowModel>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SectionManagedObjectSourceFlowModel.SectionManagedObjectSourceFlowEvent
-
Constructor Summary
Constructors Constructor Description SectionManagedObjectSourceFlowModel()
Default constructor.SectionManagedObjectSourceFlowModel(java.lang.String sectionManagedObjectSourceFlowName, java.lang.String argumentType)
Convenience constructor for new non-linked instance.SectionManagedObjectSourceFlowModel(java.lang.String sectionManagedObjectSourceFlowName, java.lang.String argumentType, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.SectionManagedObjectSourceFlowModel(java.lang.String sectionManagedObjectSourceFlowName, java.lang.String argumentType, SectionManagedObjectSourceFlowToExternalFlowModel externalFlow, SectionManagedObjectSourceFlowToSubSectionInputModel subSectionInput, SectionManagedObjectSourceFlowToFunctionModel function)
Convenience constructor.SectionManagedObjectSourceFlowModel(java.lang.String sectionManagedObjectSourceFlowName, java.lang.String argumentType, SectionManagedObjectSourceFlowToExternalFlowModel externalFlow, SectionManagedObjectSourceFlowToSubSectionInputModel subSectionInput, SectionManagedObjectSourceFlowToFunctionModel function, 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()
SectionManagedObjectSourceFlowToExternalFlowModel
getExternalFlow()
SectionManagedObjectSourceFlowToFunctionModel
getFunction()
java.lang.String
getSectionManagedObjectSourceFlowName()
SectionManagedObjectSourceFlowToSubSectionInputModel
getSubSectionInput()
RemoveConnectionsAction<SectionManagedObjectSourceFlowModel>
removeConnections()
Remove Connections.void
setArgumentType(java.lang.String argumentType)
void
setExternalFlow(SectionManagedObjectSourceFlowToExternalFlowModel externalFlow)
void
setFunction(SectionManagedObjectSourceFlowToFunctionModel function)
void
setSectionManagedObjectSourceFlowName(java.lang.String sectionManagedObjectSourceFlowName)
void
setSubSectionInput(SectionManagedObjectSourceFlowToSubSectionInputModel subSectionInput)
-
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
-
SectionManagedObjectSourceFlowModel
public SectionManagedObjectSourceFlowModel()
Default constructor.
-
SectionManagedObjectSourceFlowModel
public SectionManagedObjectSourceFlowModel(java.lang.String sectionManagedObjectSourceFlowName, java.lang.String argumentType)
Convenience constructor for new non-linked instance.- Parameters:
sectionManagedObjectSourceFlowName
- Section managed object source flow name.argumentType
- Argument type.
-
SectionManagedObjectSourceFlowModel
public SectionManagedObjectSourceFlowModel(java.lang.String sectionManagedObjectSourceFlowName, java.lang.String argumentType, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.- Parameters:
sectionManagedObjectSourceFlowName
- Section managed object source flow name.argumentType
- Argument type.x
- Horizontal location.y
- Vertical location.
-
SectionManagedObjectSourceFlowModel
public SectionManagedObjectSourceFlowModel(java.lang.String sectionManagedObjectSourceFlowName, java.lang.String argumentType, SectionManagedObjectSourceFlowToExternalFlowModel externalFlow, SectionManagedObjectSourceFlowToSubSectionInputModel subSectionInput, SectionManagedObjectSourceFlowToFunctionModel function)
Convenience constructor.- Parameters:
sectionManagedObjectSourceFlowName
- Section managed object source flow name.argumentType
- Argument type.externalFlow
- External flow.subSectionInput
- Sub section input.function
- Function.
-
SectionManagedObjectSourceFlowModel
public SectionManagedObjectSourceFlowModel(java.lang.String sectionManagedObjectSourceFlowName, java.lang.String argumentType, SectionManagedObjectSourceFlowToExternalFlowModel externalFlow, SectionManagedObjectSourceFlowToSubSectionInputModel subSectionInput, SectionManagedObjectSourceFlowToFunctionModel function, int x, int y)
Convenience constructor allowing XY initialising.- Parameters:
sectionManagedObjectSourceFlowName
- Section managed object source flow name.argumentType
- Argument type.externalFlow
- External flow.subSectionInput
- Sub section input.function
- Function.x
- Horizontal location.y
- Vertical location.
-
-
Method Detail
-
getSectionManagedObjectSourceFlowName
public java.lang.String getSectionManagedObjectSourceFlowName()
- Returns:
- Section managed object source flow name.
-
setSectionManagedObjectSourceFlowName
public void setSectionManagedObjectSourceFlowName(java.lang.String sectionManagedObjectSourceFlowName)
- Parameters:
sectionManagedObjectSourceFlowName
- Section 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.
-
getExternalFlow
public SectionManagedObjectSourceFlowToExternalFlowModel getExternalFlow()
- Returns:
- External flow.
-
setExternalFlow
public void setExternalFlow(SectionManagedObjectSourceFlowToExternalFlowModel externalFlow)
- Parameters:
externalFlow
- External flow.
-
getSubSectionInput
public SectionManagedObjectSourceFlowToSubSectionInputModel getSubSectionInput()
- Returns:
- Sub section input.
-
setSubSectionInput
public void setSubSectionInput(SectionManagedObjectSourceFlowToSubSectionInputModel subSectionInput)
- Parameters:
subSectionInput
- Sub section input.
-
getFunction
public SectionManagedObjectSourceFlowToFunctionModel getFunction()
- Returns:
- Function.
-
setFunction
public void setFunction(SectionManagedObjectSourceFlowToFunctionModel function)
- Parameters:
function
- Function.
-
removeConnections
public RemoveConnectionsAction<SectionManagedObjectSourceFlowModel> removeConnections()
Remove Connections.- Specified by:
removeConnections
in interfaceItemModel<SectionManagedObjectSourceFlowModel>
- Returns:
RemoveConnectionsAction
to remove theConnectionModel
instances.
-
-