Class OfficeFloorManagedObjectSourceFlowToDeployedOfficeInputModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.model.officefloor.OfficeFloorManagedObjectSourceFlowToDeployedOfficeInputModel
-
- All Implemented Interfaces:
ConnectionModel
,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class OfficeFloorManagedObjectSourceFlowToDeployedOfficeInputModel extends AbstractModel implements ConnectionModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OfficeFloorManagedObjectSourceFlowToDeployedOfficeInputModel.OfficeFloorManagedObjectSourceFlowToDeployedOfficeInputEvent
-
Constructor Summary
Constructors Constructor Description OfficeFloorManagedObjectSourceFlowToDeployedOfficeInputModel()
Default constructor.OfficeFloorManagedObjectSourceFlowToDeployedOfficeInputModel(java.lang.String deployedOfficeName, java.lang.String sectionName, java.lang.String sectionInputName)
Convenience constructor for new non-linked instance.OfficeFloorManagedObjectSourceFlowToDeployedOfficeInputModel(java.lang.String deployedOfficeName, java.lang.String sectionName, java.lang.String sectionInputName, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.OfficeFloorManagedObjectSourceFlowToDeployedOfficeInputModel(java.lang.String deployedOfficeName, java.lang.String sectionName, java.lang.String sectionInputName, OfficeFloorManagedObjectSourceFlowModel officeFloorManagedObjectSoruceFlow, DeployedOfficeInputModel deployedOfficeInput)
Convenience constructor.OfficeFloorManagedObjectSourceFlowToDeployedOfficeInputModel(java.lang.String deployedOfficeName, java.lang.String sectionName, java.lang.String sectionInputName, OfficeFloorManagedObjectSourceFlowModel officeFloorManagedObjectSoruceFlow, DeployedOfficeInputModel deployedOfficeInput, 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.DeployedOfficeInputModel
getDeployedOfficeInput()
java.lang.String
getDeployedOfficeName()
OfficeFloorManagedObjectSourceFlowModel
getOfficeFloorManagedObjectSoruceFlow()
java.lang.String
getSectionInputName()
java.lang.String
getSectionName()
boolean
isRemovable()
Indicates if this connection is removable.void
remove()
Removes connection to theAbstractModel
instances.void
setDeployedOfficeInput(DeployedOfficeInputModel deployedOfficeInput)
void
setDeployedOfficeName(java.lang.String deployedOfficeName)
void
setOfficeFloorManagedObjectSoruceFlow(OfficeFloorManagedObjectSourceFlowModel officeFloorManagedObjectSoruceFlow)
void
setSectionInputName(java.lang.String sectionInputName)
void
setSectionName(java.lang.String sectionName)
-
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
-
OfficeFloorManagedObjectSourceFlowToDeployedOfficeInputModel
public OfficeFloorManagedObjectSourceFlowToDeployedOfficeInputModel()
Default constructor.
-
OfficeFloorManagedObjectSourceFlowToDeployedOfficeInputModel
public OfficeFloorManagedObjectSourceFlowToDeployedOfficeInputModel(java.lang.String deployedOfficeName, java.lang.String sectionName, java.lang.String sectionInputName)
Convenience constructor for new non-linked instance.- Parameters:
deployedOfficeName
- Deployed office name.sectionName
- Section name.sectionInputName
- Section input name.
-
OfficeFloorManagedObjectSourceFlowToDeployedOfficeInputModel
public OfficeFloorManagedObjectSourceFlowToDeployedOfficeInputModel(java.lang.String deployedOfficeName, java.lang.String sectionName, java.lang.String sectionInputName, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.- Parameters:
deployedOfficeName
- Deployed office name.sectionName
- Section name.sectionInputName
- Section input name.x
- Horizontal location.y
- Vertical location.
-
OfficeFloorManagedObjectSourceFlowToDeployedOfficeInputModel
public OfficeFloorManagedObjectSourceFlowToDeployedOfficeInputModel(java.lang.String deployedOfficeName, java.lang.String sectionName, java.lang.String sectionInputName, OfficeFloorManagedObjectSourceFlowModel officeFloorManagedObjectSoruceFlow, DeployedOfficeInputModel deployedOfficeInput)
Convenience constructor.- Parameters:
deployedOfficeName
- Deployed office name.sectionName
- Section name.sectionInputName
- Section input name.officeFloorManagedObjectSoruceFlow
- Office floor managed object soruce flow.deployedOfficeInput
- Deployed office input.
-
OfficeFloorManagedObjectSourceFlowToDeployedOfficeInputModel
public OfficeFloorManagedObjectSourceFlowToDeployedOfficeInputModel(java.lang.String deployedOfficeName, java.lang.String sectionName, java.lang.String sectionInputName, OfficeFloorManagedObjectSourceFlowModel officeFloorManagedObjectSoruceFlow, DeployedOfficeInputModel deployedOfficeInput, int x, int y)
Convenience constructor allowing XY initialising.- Parameters:
deployedOfficeName
- Deployed office name.sectionName
- Section name.sectionInputName
- Section input name.officeFloorManagedObjectSoruceFlow
- Office floor managed object soruce flow.deployedOfficeInput
- Deployed office input.x
- Horizontal location.y
- Vertical location.
-
-
Method Detail
-
getDeployedOfficeName
public java.lang.String getDeployedOfficeName()
- Returns:
- Deployed office name.
-
setDeployedOfficeName
public void setDeployedOfficeName(java.lang.String deployedOfficeName)
- Parameters:
deployedOfficeName
- Deployed office name.
-
getSectionName
public java.lang.String getSectionName()
- Returns:
- Section name.
-
setSectionName
public void setSectionName(java.lang.String sectionName)
- Parameters:
sectionName
- Section name.
-
getSectionInputName
public java.lang.String getSectionInputName()
- Returns:
- Section input name.
-
setSectionInputName
public void setSectionInputName(java.lang.String sectionInputName)
- Parameters:
sectionInputName
- Section input name.
-
getOfficeFloorManagedObjectSoruceFlow
public OfficeFloorManagedObjectSourceFlowModel getOfficeFloorManagedObjectSoruceFlow()
- Returns:
- Office floor managed object soruce flow.
-
setOfficeFloorManagedObjectSoruceFlow
public void setOfficeFloorManagedObjectSoruceFlow(OfficeFloorManagedObjectSourceFlowModel officeFloorManagedObjectSoruceFlow)
- Parameters:
officeFloorManagedObjectSoruceFlow
- Office floor managed object soruce flow.
-
getDeployedOfficeInput
public DeployedOfficeInputModel getDeployedOfficeInput()
- Returns:
- Deployed office input.
-
setDeployedOfficeInput
public void setDeployedOfficeInput(DeployedOfficeInputModel deployedOfficeInput)
- Parameters:
deployedOfficeInput
- Deployed office 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
-
-