Package net.officefloor.model.office
Class OfficeSupplierThreadLocalToExternalManagedObjectModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.model.office.OfficeSupplierThreadLocalToExternalManagedObjectModel
-
- All Implemented Interfaces:
ConnectionModel,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class OfficeSupplierThreadLocalToExternalManagedObjectModel extends AbstractModel implements ConnectionModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOfficeSupplierThreadLocalToExternalManagedObjectModel.OfficeSupplierThreadLocalToExternalManagedObjectEvent
-
Constructor Summary
Constructors Constructor Description OfficeSupplierThreadLocalToExternalManagedObjectModel()Default constructor.OfficeSupplierThreadLocalToExternalManagedObjectModel(java.lang.String externalManagedObjectName)Convenience constructor for new non-linked instance.OfficeSupplierThreadLocalToExternalManagedObjectModel(java.lang.String externalManagedObjectName, int x, int y)Convenience constructor for new non-linked instance allowing XY initialising.OfficeSupplierThreadLocalToExternalManagedObjectModel(java.lang.String externalManagedObjectName, OfficeSupplierThreadLocalModel officeSupplierThreadLocal, ExternalManagedObjectModel externalManagedObject)Convenience constructor.OfficeSupplierThreadLocalToExternalManagedObjectModel(java.lang.String externalManagedObjectName, OfficeSupplierThreadLocalModel officeSupplierThreadLocal, ExternalManagedObjectModel externalManagedObject, 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.ExternalManagedObjectModelgetExternalManagedObject()java.lang.StringgetExternalManagedObjectName()OfficeSupplierThreadLocalModelgetOfficeSupplierThreadLocal()booleanisRemovable()Indicates if this connection is removable.voidremove()Removes connection to theAbstractModelinstances.voidsetExternalManagedObject(ExternalManagedObjectModel externalManagedObject)voidsetExternalManagedObjectName(java.lang.String externalManagedObjectName)voidsetOfficeSupplierThreadLocal(OfficeSupplierThreadLocalModel officeSupplierThreadLocal)-
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
-
OfficeSupplierThreadLocalToExternalManagedObjectModel
public OfficeSupplierThreadLocalToExternalManagedObjectModel()
Default constructor.
-
OfficeSupplierThreadLocalToExternalManagedObjectModel
public OfficeSupplierThreadLocalToExternalManagedObjectModel(java.lang.String externalManagedObjectName)
Convenience constructor for new non-linked instance.- Parameters:
externalManagedObjectName- External managed object name.
-
OfficeSupplierThreadLocalToExternalManagedObjectModel
public OfficeSupplierThreadLocalToExternalManagedObjectModel(java.lang.String externalManagedObjectName, int x, int y)Convenience constructor for new non-linked instance allowing XY initialising.- Parameters:
externalManagedObjectName- External managed object name.x- Horizontal location.y- Vertical location.
-
OfficeSupplierThreadLocalToExternalManagedObjectModel
public OfficeSupplierThreadLocalToExternalManagedObjectModel(java.lang.String externalManagedObjectName, OfficeSupplierThreadLocalModel officeSupplierThreadLocal, ExternalManagedObjectModel externalManagedObject)Convenience constructor.- Parameters:
externalManagedObjectName- External managed object name.officeSupplierThreadLocal- Office supplier thread local.externalManagedObject- External managed object.
-
OfficeSupplierThreadLocalToExternalManagedObjectModel
public OfficeSupplierThreadLocalToExternalManagedObjectModel(java.lang.String externalManagedObjectName, OfficeSupplierThreadLocalModel officeSupplierThreadLocal, ExternalManagedObjectModel externalManagedObject, int x, int y)Convenience constructor allowing XY initialising.- Parameters:
externalManagedObjectName- External managed object name.officeSupplierThreadLocal- Office supplier thread local.externalManagedObject- External managed object.x- Horizontal location.y- Vertical location.
-
-
Method Detail
-
getExternalManagedObjectName
public java.lang.String getExternalManagedObjectName()
- Returns:
- External managed object name.
-
setExternalManagedObjectName
public void setExternalManagedObjectName(java.lang.String externalManagedObjectName)
- Parameters:
externalManagedObjectName- External managed object name.
-
getOfficeSupplierThreadLocal
public OfficeSupplierThreadLocalModel getOfficeSupplierThreadLocal()
- Returns:
- Office supplier thread local.
-
setOfficeSupplierThreadLocal
public void setOfficeSupplierThreadLocal(OfficeSupplierThreadLocalModel officeSupplierThreadLocal)
- Parameters:
officeSupplierThreadLocal- Office supplier thread local.
-
getExternalManagedObject
public ExternalManagedObjectModel getExternalManagedObject()
- Returns:
- External managed object.
-
setExternalManagedObject
public void setExternalManagedObject(ExternalManagedObjectModel externalManagedObject)
- Parameters:
externalManagedObject- External managed object.
-
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
-
-