Package net.officefloor.model.office
Class OfficeManagedObjectSourceFlowToOfficeSectionInputModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.model.office.OfficeManagedObjectSourceFlowToOfficeSectionInputModel
-
- All Implemented Interfaces:
ConnectionModel
,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class OfficeManagedObjectSourceFlowToOfficeSectionInputModel extends AbstractModel implements ConnectionModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OfficeManagedObjectSourceFlowToOfficeSectionInputModel.OfficeManagedObjectSourceFlowToOfficeSectionInputEvent
-
Constructor Summary
Constructors Constructor Description OfficeManagedObjectSourceFlowToOfficeSectionInputModel()
Default constructor.OfficeManagedObjectSourceFlowToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName)
Convenience constructor for new non-linked instance.OfficeManagedObjectSourceFlowToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.OfficeManagedObjectSourceFlowToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, OfficeManagedObjectSourceFlowModel officeManagedObjectSourceFlow, OfficeSectionInputModel officeSectionInput)
Convenience constructor.OfficeManagedObjectSourceFlowToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, OfficeManagedObjectSourceFlowModel officeManagedObjectSourceFlow, OfficeSectionInputModel officeSectionInput, int x, int y)
Convenience constructor allowing XY initialising.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
connect()
Connects to theAbstractModel
instances.OfficeManagedObjectSourceFlowModel
getOfficeManagedObjectSourceFlow()
OfficeSectionInputModel
getOfficeSectionInput()
java.lang.String
getOfficeSectionInputName()
java.lang.String
getOfficeSectionName()
boolean
isRemovable()
Indicates if this connection is removable.void
remove()
Removes connection to theAbstractModel
instances.void
setOfficeManagedObjectSourceFlow(OfficeManagedObjectSourceFlowModel officeManagedObjectSourceFlow)
void
setOfficeSectionInput(OfficeSectionInputModel officeSectionInput)
void
setOfficeSectionInputName(java.lang.String officeSectionInputName)
void
setOfficeSectionName(java.lang.String officeSectionName)
-
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
-
OfficeManagedObjectSourceFlowToOfficeSectionInputModel
public OfficeManagedObjectSourceFlowToOfficeSectionInputModel()
Default constructor.
-
OfficeManagedObjectSourceFlowToOfficeSectionInputModel
public OfficeManagedObjectSourceFlowToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName)
Convenience constructor for new non-linked instance.- Parameters:
officeSectionName
- Office section name.officeSectionInputName
- Office section input name.
-
OfficeManagedObjectSourceFlowToOfficeSectionInputModel
public OfficeManagedObjectSourceFlowToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.- Parameters:
officeSectionName
- Office section name.officeSectionInputName
- Office section input name.x
- Horizontal location.y
- Vertical location.
-
OfficeManagedObjectSourceFlowToOfficeSectionInputModel
public OfficeManagedObjectSourceFlowToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, OfficeManagedObjectSourceFlowModel officeManagedObjectSourceFlow, OfficeSectionInputModel officeSectionInput)
Convenience constructor.- Parameters:
officeSectionName
- Office section name.officeSectionInputName
- Office section input name.officeManagedObjectSourceFlow
- Office managed object source flow.officeSectionInput
- Office section input.
-
OfficeManagedObjectSourceFlowToOfficeSectionInputModel
public OfficeManagedObjectSourceFlowToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, OfficeManagedObjectSourceFlowModel officeManagedObjectSourceFlow, OfficeSectionInputModel officeSectionInput, int x, int y)
Convenience constructor allowing XY initialising.- Parameters:
officeSectionName
- Office section name.officeSectionInputName
- Office section input name.officeManagedObjectSourceFlow
- Office managed object source flow.officeSectionInput
- Office section input.x
- Horizontal location.y
- Vertical location.
-
-
Method Detail
-
getOfficeSectionName
public java.lang.String getOfficeSectionName()
- Returns:
- Office section name.
-
setOfficeSectionName
public void setOfficeSectionName(java.lang.String officeSectionName)
- Parameters:
officeSectionName
- Office section name.
-
getOfficeSectionInputName
public java.lang.String getOfficeSectionInputName()
- Returns:
- Office section input name.
-
setOfficeSectionInputName
public void setOfficeSectionInputName(java.lang.String officeSectionInputName)
- Parameters:
officeSectionInputName
- Office section input name.
-
getOfficeManagedObjectSourceFlow
public OfficeManagedObjectSourceFlowModel getOfficeManagedObjectSourceFlow()
- Returns:
- Office managed object source flow.
-
setOfficeManagedObjectSourceFlow
public void setOfficeManagedObjectSourceFlow(OfficeManagedObjectSourceFlowModel officeManagedObjectSourceFlow)
- Parameters:
officeManagedObjectSourceFlow
- Office managed object source flow.
-
getOfficeSectionInput
public OfficeSectionInputModel getOfficeSectionInput()
- Returns:
- Office section input.
-
setOfficeSectionInput
public void setOfficeSectionInput(OfficeSectionInputModel officeSectionInput)
- Parameters:
officeSectionInput
- Office section input.
-
isRemovable
public boolean isRemovable()
Description copied from interface:ConnectionModel
Indicates if this connection is removable.- Specified by:
isRemovable
in interfaceConnectionModel
- Returns:
- Indicates if removable.
-
connect
public void connect()
Connects to theAbstractModel
instances.- Specified by:
connect
in interfaceConnectionModel
-
remove
public void remove()
Removes connection to theAbstractModel
instances.- Specified by:
remove
in interfaceConnectionModel
-
-