Package net.officefloor.model.office
Class OfficeSectionObjectToOfficeManagedObjectModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.model.office.OfficeSectionObjectToOfficeManagedObjectModel
-
- All Implemented Interfaces:
ConnectionModel
,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class OfficeSectionObjectToOfficeManagedObjectModel extends AbstractModel implements ConnectionModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OfficeSectionObjectToOfficeManagedObjectModel.OfficeSectionObjectToOfficeManagedObjectEvent
-
Constructor Summary
Constructors Constructor Description OfficeSectionObjectToOfficeManagedObjectModel()
Default constructor.OfficeSectionObjectToOfficeManagedObjectModel(java.lang.String officeManagedObjectName)
Convenience constructor for new non-linked instance.OfficeSectionObjectToOfficeManagedObjectModel(java.lang.String officeManagedObjectName, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.OfficeSectionObjectToOfficeManagedObjectModel(java.lang.String officeManagedObjectName, OfficeSectionObjectModel officeSectionObject, OfficeManagedObjectModel officeManagedObject)
Convenience constructor.OfficeSectionObjectToOfficeManagedObjectModel(java.lang.String officeManagedObjectName, OfficeSectionObjectModel officeSectionObject, OfficeManagedObjectModel officeManagedObject, 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.OfficeManagedObjectModel
getOfficeManagedObject()
java.lang.String
getOfficeManagedObjectName()
OfficeSectionObjectModel
getOfficeSectionObject()
boolean
isRemovable()
Indicates if this connection is removable.void
remove()
Removes connection to theAbstractModel
instances.void
setOfficeManagedObject(OfficeManagedObjectModel officeManagedObject)
void
setOfficeManagedObjectName(java.lang.String officeManagedObjectName)
void
setOfficeSectionObject(OfficeSectionObjectModel officeSectionObject)
-
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
-
OfficeSectionObjectToOfficeManagedObjectModel
public OfficeSectionObjectToOfficeManagedObjectModel()
Default constructor.
-
OfficeSectionObjectToOfficeManagedObjectModel
public OfficeSectionObjectToOfficeManagedObjectModel(java.lang.String officeManagedObjectName)
Convenience constructor for new non-linked instance.- Parameters:
officeManagedObjectName
- Office managed object name.
-
OfficeSectionObjectToOfficeManagedObjectModel
public OfficeSectionObjectToOfficeManagedObjectModel(java.lang.String officeManagedObjectName, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.- Parameters:
officeManagedObjectName
- Office managed object name.x
- Horizontal location.y
- Vertical location.
-
OfficeSectionObjectToOfficeManagedObjectModel
public OfficeSectionObjectToOfficeManagedObjectModel(java.lang.String officeManagedObjectName, OfficeSectionObjectModel officeSectionObject, OfficeManagedObjectModel officeManagedObject)
Convenience constructor.- Parameters:
officeManagedObjectName
- Office managed object name.officeSectionObject
- Office section object.officeManagedObject
- Office managed object.
-
OfficeSectionObjectToOfficeManagedObjectModel
public OfficeSectionObjectToOfficeManagedObjectModel(java.lang.String officeManagedObjectName, OfficeSectionObjectModel officeSectionObject, OfficeManagedObjectModel officeManagedObject, int x, int y)
Convenience constructor allowing XY initialising.- Parameters:
officeManagedObjectName
- Office managed object name.officeSectionObject
- Office section object.officeManagedObject
- Office managed object.x
- Horizontal location.y
- Vertical location.
-
-
Method Detail
-
getOfficeManagedObjectName
public java.lang.String getOfficeManagedObjectName()
- Returns:
- Office managed object name.
-
setOfficeManagedObjectName
public void setOfficeManagedObjectName(java.lang.String officeManagedObjectName)
- Parameters:
officeManagedObjectName
- Office managed object name.
-
getOfficeSectionObject
public OfficeSectionObjectModel getOfficeSectionObject()
- Returns:
- Office section object.
-
setOfficeSectionObject
public void setOfficeSectionObject(OfficeSectionObjectModel officeSectionObject)
- Parameters:
officeSectionObject
- Office section object.
-
getOfficeManagedObject
public OfficeManagedObjectModel getOfficeManagedObject()
- Returns:
- Office managed object.
-
setOfficeManagedObject
public void setOfficeManagedObject(OfficeManagedObjectModel officeManagedObject)
- Parameters:
officeManagedObject
- Office managed object.
-
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
-
-