Package net.officefloor.model.office
Class GovernanceToOfficeManagedObjectModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.model.office.GovernanceToOfficeManagedObjectModel
-
- All Implemented Interfaces:
ConnectionModel,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class GovernanceToOfficeManagedObjectModel extends AbstractModel implements ConnectionModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGovernanceToOfficeManagedObjectModel.GovernanceToOfficeManagedObjectEvent
-
Constructor Summary
Constructors Constructor Description GovernanceToOfficeManagedObjectModel()Default constructor.GovernanceToOfficeManagedObjectModel(java.lang.String governanceName)Convenience constructor for new non-linked instance.GovernanceToOfficeManagedObjectModel(java.lang.String governanceName, int x, int y)Convenience constructor for new non-linked instance allowing XY initialising.GovernanceToOfficeManagedObjectModel(java.lang.String governanceName, OfficeManagedObjectModel officeManagedObject, GovernanceModel governance)Convenience constructor.GovernanceToOfficeManagedObjectModel(java.lang.String governanceName, OfficeManagedObjectModel officeManagedObject, GovernanceModel governance, int x, int y)Convenience constructor allowing XY initialising.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconnect()Connects to theAbstractModelinstances.GovernanceModelgetGovernance()java.lang.StringgetGovernanceName()OfficeManagedObjectModelgetOfficeManagedObject()booleanisRemovable()Indicates if this connection is removable.voidremove()Removes connection to theAbstractModelinstances.voidsetGovernance(GovernanceModel governance)voidsetGovernanceName(java.lang.String governanceName)voidsetOfficeManagedObject(OfficeManagedObjectModel officeManagedObject)-
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
-
GovernanceToOfficeManagedObjectModel
public GovernanceToOfficeManagedObjectModel()
Default constructor.
-
GovernanceToOfficeManagedObjectModel
public GovernanceToOfficeManagedObjectModel(java.lang.String governanceName)
Convenience constructor for new non-linked instance.- Parameters:
governanceName- Governance name.
-
GovernanceToOfficeManagedObjectModel
public GovernanceToOfficeManagedObjectModel(java.lang.String governanceName, int x, int y)Convenience constructor for new non-linked instance allowing XY initialising.- Parameters:
governanceName- Governance name.x- Horizontal location.y- Vertical location.
-
GovernanceToOfficeManagedObjectModel
public GovernanceToOfficeManagedObjectModel(java.lang.String governanceName, OfficeManagedObjectModel officeManagedObject, GovernanceModel governance)Convenience constructor.- Parameters:
governanceName- Governance name.officeManagedObject- Office managed object.governance- Governance.
-
GovernanceToOfficeManagedObjectModel
public GovernanceToOfficeManagedObjectModel(java.lang.String governanceName, OfficeManagedObjectModel officeManagedObject, GovernanceModel governance, int x, int y)Convenience constructor allowing XY initialising.- Parameters:
governanceName- Governance name.officeManagedObject- Office managed object.governance- Governance.x- Horizontal location.y- Vertical location.
-
-
Method Detail
-
getGovernanceName
public java.lang.String getGovernanceName()
- Returns:
- Governance name.
-
setGovernanceName
public void setGovernanceName(java.lang.String governanceName)
- Parameters:
governanceName- Governance name.
-
getOfficeManagedObject
public OfficeManagedObjectModel getOfficeManagedObject()
- Returns:
- Office managed object.
-
setOfficeManagedObject
public void setOfficeManagedObject(OfficeManagedObjectModel officeManagedObject)
- Parameters:
officeManagedObject- Office managed object.
-
getGovernance
public GovernanceModel getGovernance()
- Returns:
- Governance.
-
setGovernance
public void setGovernance(GovernanceModel governance)
- Parameters:
governance- Governance.
-
isRemovable
public boolean isRemovable()
Description copied from interface:ConnectionModelIndicates if this connection is removable.- Specified by:
isRemovablein interfaceConnectionModel- Returns:
- Indicates if removable.
-
connect
public void connect()
Connects to theAbstractModelinstances.- Specified by:
connectin interfaceConnectionModel
-
remove
public void remove()
Removes connection to theAbstractModelinstances.- Specified by:
removein interfaceConnectionModel
-
-