Package net.officefloor.model.office
Class OfficeSupplierThreadLocalModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.model.office.OfficeSupplierThreadLocalModel
-
- All Implemented Interfaces:
ItemModel<OfficeSupplierThreadLocalModel>,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class OfficeSupplierThreadLocalModel extends AbstractModel implements ItemModel<OfficeSupplierThreadLocalModel>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOfficeSupplierThreadLocalModel.OfficeSupplierThreadLocalEvent
-
Constructor Summary
Constructors Constructor Description OfficeSupplierThreadLocalModel()Default constructor.OfficeSupplierThreadLocalModel(java.lang.String qualifier, java.lang.String type)Convenience constructor for new non-linked instance.OfficeSupplierThreadLocalModel(java.lang.String qualifier, java.lang.String type, int x, int y)Convenience constructor for new non-linked instance allowing XY initialising.OfficeSupplierThreadLocalModel(java.lang.String qualifier, java.lang.String type, OfficeSupplierThreadLocalToOfficeManagedObjectModel officeManagedObject, OfficeSupplierThreadLocalToExternalManagedObjectModel externalManagedObject)Convenience constructor.OfficeSupplierThreadLocalModel(java.lang.String qualifier, java.lang.String type, OfficeSupplierThreadLocalToOfficeManagedObjectModel officeManagedObject, OfficeSupplierThreadLocalToExternalManagedObjectModel externalManagedObject, int x, int y)Convenience constructor allowing XY initialising.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OfficeSupplierThreadLocalToExternalManagedObjectModelgetExternalManagedObject()OfficeSupplierThreadLocalToOfficeManagedObjectModelgetOfficeManagedObject()java.lang.StringgetQualifier()java.lang.StringgetType()RemoveConnectionsAction<OfficeSupplierThreadLocalModel>removeConnections()Remove Connections.voidsetExternalManagedObject(OfficeSupplierThreadLocalToExternalManagedObjectModel externalManagedObject)voidsetOfficeManagedObject(OfficeSupplierThreadLocalToOfficeManagedObjectModel officeManagedObject)voidsetQualifier(java.lang.String qualifier)voidsetType(java.lang.String type)-
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
-
OfficeSupplierThreadLocalModel
public OfficeSupplierThreadLocalModel()
Default constructor.
-
OfficeSupplierThreadLocalModel
public OfficeSupplierThreadLocalModel(java.lang.String qualifier, java.lang.String type)Convenience constructor for new non-linked instance.- Parameters:
qualifier- Qualifier.type- Type.
-
OfficeSupplierThreadLocalModel
public OfficeSupplierThreadLocalModel(java.lang.String qualifier, java.lang.String type, int x, int y)Convenience constructor for new non-linked instance allowing XY initialising.- Parameters:
qualifier- Qualifier.type- Type.x- Horizontal location.y- Vertical location.
-
OfficeSupplierThreadLocalModel
public OfficeSupplierThreadLocalModel(java.lang.String qualifier, java.lang.String type, OfficeSupplierThreadLocalToOfficeManagedObjectModel officeManagedObject, OfficeSupplierThreadLocalToExternalManagedObjectModel externalManagedObject)Convenience constructor.- Parameters:
qualifier- Qualifier.type- Type.officeManagedObject- Office managed object.externalManagedObject- External managed object.
-
OfficeSupplierThreadLocalModel
public OfficeSupplierThreadLocalModel(java.lang.String qualifier, java.lang.String type, OfficeSupplierThreadLocalToOfficeManagedObjectModel officeManagedObject, OfficeSupplierThreadLocalToExternalManagedObjectModel externalManagedObject, int x, int y)Convenience constructor allowing XY initialising.- Parameters:
qualifier- Qualifier.type- Type.officeManagedObject- Office managed object.externalManagedObject- External managed object.x- Horizontal location.y- Vertical location.
-
-
Method Detail
-
getQualifier
public java.lang.String getQualifier()
- Returns:
- Qualifier.
-
setQualifier
public void setQualifier(java.lang.String qualifier)
- Parameters:
qualifier- Qualifier.
-
getType
public java.lang.String getType()
- Returns:
- Type.
-
setType
public void setType(java.lang.String type)
- Parameters:
type- Type.
-
getOfficeManagedObject
public OfficeSupplierThreadLocalToOfficeManagedObjectModel getOfficeManagedObject()
- Returns:
- Office managed object.
-
setOfficeManagedObject
public void setOfficeManagedObject(OfficeSupplierThreadLocalToOfficeManagedObjectModel officeManagedObject)
- Parameters:
officeManagedObject- Office managed object.
-
getExternalManagedObject
public OfficeSupplierThreadLocalToExternalManagedObjectModel getExternalManagedObject()
- Returns:
- External managed object.
-
setExternalManagedObject
public void setExternalManagedObject(OfficeSupplierThreadLocalToExternalManagedObjectModel externalManagedObject)
- Parameters:
externalManagedObject- External managed object.
-
removeConnections
public RemoveConnectionsAction<OfficeSupplierThreadLocalModel> removeConnections()
Remove Connections.- Specified by:
removeConnectionsin interfaceItemModel<OfficeSupplierThreadLocalModel>- Returns:
RemoveConnectionsActionto remove theConnectionModelinstances.
-
-