Package net.officefloor.model.section
Class SectionManagedObjectSourceToSectionManagedObjectPoolModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.model.section.SectionManagedObjectSourceToSectionManagedObjectPoolModel
-
- All Implemented Interfaces:
ConnectionModel,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class SectionManagedObjectSourceToSectionManagedObjectPoolModel extends AbstractModel implements ConnectionModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSectionManagedObjectSourceToSectionManagedObjectPoolModel.SectionManagedObjectSourceToSectionManagedObjectPoolEvent
-
Constructor Summary
Constructors Constructor Description SectionManagedObjectSourceToSectionManagedObjectPoolModel()Default constructor.SectionManagedObjectSourceToSectionManagedObjectPoolModel(java.lang.String sectionManagedObjectPoolName)Convenience constructor for new non-linked instance.SectionManagedObjectSourceToSectionManagedObjectPoolModel(java.lang.String sectionManagedObjectPoolName, int x, int y)Convenience constructor for new non-linked instance allowing XY initialising.SectionManagedObjectSourceToSectionManagedObjectPoolModel(java.lang.String sectionManagedObjectPoolName, SectionManagedObjectSourceModel sectionManagedObjectSource, SectionManagedObjectPoolModel sectionManagedObjectPool)Convenience constructor.SectionManagedObjectSourceToSectionManagedObjectPoolModel(java.lang.String sectionManagedObjectPoolName, SectionManagedObjectSourceModel sectionManagedObjectSource, SectionManagedObjectPoolModel sectionManagedObjectPool, 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.SectionManagedObjectPoolModelgetSectionManagedObjectPool()java.lang.StringgetSectionManagedObjectPoolName()SectionManagedObjectSourceModelgetSectionManagedObjectSource()booleanisRemovable()Indicates if this connection is removable.voidremove()Removes connection to theAbstractModelinstances.voidsetSectionManagedObjectPool(SectionManagedObjectPoolModel sectionManagedObjectPool)voidsetSectionManagedObjectPoolName(java.lang.String sectionManagedObjectPoolName)voidsetSectionManagedObjectSource(SectionManagedObjectSourceModel sectionManagedObjectSource)-
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
-
SectionManagedObjectSourceToSectionManagedObjectPoolModel
public SectionManagedObjectSourceToSectionManagedObjectPoolModel()
Default constructor.
-
SectionManagedObjectSourceToSectionManagedObjectPoolModel
public SectionManagedObjectSourceToSectionManagedObjectPoolModel(java.lang.String sectionManagedObjectPoolName)
Convenience constructor for new non-linked instance.- Parameters:
sectionManagedObjectPoolName- Section managed object pool name.
-
SectionManagedObjectSourceToSectionManagedObjectPoolModel
public SectionManagedObjectSourceToSectionManagedObjectPoolModel(java.lang.String sectionManagedObjectPoolName, int x, int y)Convenience constructor for new non-linked instance allowing XY initialising.- Parameters:
sectionManagedObjectPoolName- Section managed object pool name.x- Horizontal location.y- Vertical location.
-
SectionManagedObjectSourceToSectionManagedObjectPoolModel
public SectionManagedObjectSourceToSectionManagedObjectPoolModel(java.lang.String sectionManagedObjectPoolName, SectionManagedObjectSourceModel sectionManagedObjectSource, SectionManagedObjectPoolModel sectionManagedObjectPool)Convenience constructor.- Parameters:
sectionManagedObjectPoolName- Section managed object pool name.sectionManagedObjectSource- Section managed object source.sectionManagedObjectPool- Section managed object pool.
-
SectionManagedObjectSourceToSectionManagedObjectPoolModel
public SectionManagedObjectSourceToSectionManagedObjectPoolModel(java.lang.String sectionManagedObjectPoolName, SectionManagedObjectSourceModel sectionManagedObjectSource, SectionManagedObjectPoolModel sectionManagedObjectPool, int x, int y)Convenience constructor allowing XY initialising.- Parameters:
sectionManagedObjectPoolName- Section managed object pool name.sectionManagedObjectSource- Section managed object source.sectionManagedObjectPool- Section managed object pool.x- Horizontal location.y- Vertical location.
-
-
Method Detail
-
getSectionManagedObjectPoolName
public java.lang.String getSectionManagedObjectPoolName()
- Returns:
- Section managed object pool name.
-
setSectionManagedObjectPoolName
public void setSectionManagedObjectPoolName(java.lang.String sectionManagedObjectPoolName)
- Parameters:
sectionManagedObjectPoolName- Section managed object pool name.
-
getSectionManagedObjectSource
public SectionManagedObjectSourceModel getSectionManagedObjectSource()
- Returns:
- Section managed object source.
-
setSectionManagedObjectSource
public void setSectionManagedObjectSource(SectionManagedObjectSourceModel sectionManagedObjectSource)
- Parameters:
sectionManagedObjectSource- Section managed object source.
-
getSectionManagedObjectPool
public SectionManagedObjectPoolModel getSectionManagedObjectPool()
- Returns:
- Section managed object pool.
-
setSectionManagedObjectPool
public void setSectionManagedObjectPool(SectionManagedObjectPoolModel sectionManagedObjectPool)
- Parameters:
sectionManagedObjectPool- Section managed object pool.
-
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
-
-