Package net.officefloor.model.section
Class SectionManagedObjectSourceModel
- java.lang.Object
-
- net.officefloor.model.AbstractModel
-
- net.officefloor.model.section.SectionManagedObjectSourceModel
-
- All Implemented Interfaces:
ItemModel<SectionManagedObjectSourceModel>
,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class SectionManagedObjectSourceModel extends AbstractModel implements ItemModel<SectionManagedObjectSourceModel>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SectionManagedObjectSourceModel.SectionManagedObjectSourceEvent
-
Constructor Summary
Constructors Constructor Description SectionManagedObjectSourceModel()
Default constructor.SectionManagedObjectSourceModel(java.lang.String sectionManagedObjectSourceName, java.lang.String managedObjectSourceClassName, java.lang.String objectType, java.lang.String timeout)
Convenience constructor for new non-linked instance.SectionManagedObjectSourceModel(java.lang.String sectionManagedObjectSourceName, java.lang.String managedObjectSourceClassName, java.lang.String objectType, java.lang.String timeout, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.SectionManagedObjectSourceModel(java.lang.String sectionManagedObjectSourceName, java.lang.String managedObjectSourceClassName, java.lang.String objectType, java.lang.String timeout, SectionManagedObjectSourceToSectionManagedObjectPoolModel sectionManagedObjectPool, PropertyModel[] property, SectionManagedObjectToSectionManagedObjectSourceModel[] sectionManagedObject, SectionManagedObjectSourceFlowModel[] sectionManagedObjectSourceFlow)
Convenience constructor.SectionManagedObjectSourceModel(java.lang.String sectionManagedObjectSourceName, java.lang.String managedObjectSourceClassName, java.lang.String objectType, java.lang.String timeout, SectionManagedObjectSourceToSectionManagedObjectPoolModel sectionManagedObjectPool, PropertyModel[] property, SectionManagedObjectToSectionManagedObjectSourceModel[] sectionManagedObject, SectionManagedObjectSourceFlowModel[] sectionManagedObjectSourceFlow, int x, int y)
Convenience constructor allowing XY initialising.
-
Method Summary
-
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
-
SectionManagedObjectSourceModel
public SectionManagedObjectSourceModel()
Default constructor.
-
SectionManagedObjectSourceModel
public SectionManagedObjectSourceModel(java.lang.String sectionManagedObjectSourceName, java.lang.String managedObjectSourceClassName, java.lang.String objectType, java.lang.String timeout)
Convenience constructor for new non-linked instance.- Parameters:
sectionManagedObjectSourceName
- Section managed object source name.managedObjectSourceClassName
- Managed object source class name.objectType
- Object type.timeout
- Timeout.
-
SectionManagedObjectSourceModel
public SectionManagedObjectSourceModel(java.lang.String sectionManagedObjectSourceName, java.lang.String managedObjectSourceClassName, java.lang.String objectType, java.lang.String timeout, int x, int y)
Convenience constructor for new non-linked instance allowing XY initialising.- Parameters:
sectionManagedObjectSourceName
- Section managed object source name.managedObjectSourceClassName
- Managed object source class name.objectType
- Object type.timeout
- Timeout.x
- Horizontal location.y
- Vertical location.
-
SectionManagedObjectSourceModel
public SectionManagedObjectSourceModel(java.lang.String sectionManagedObjectSourceName, java.lang.String managedObjectSourceClassName, java.lang.String objectType, java.lang.String timeout, SectionManagedObjectSourceToSectionManagedObjectPoolModel sectionManagedObjectPool, PropertyModel[] property, SectionManagedObjectToSectionManagedObjectSourceModel[] sectionManagedObject, SectionManagedObjectSourceFlowModel[] sectionManagedObjectSourceFlow)
Convenience constructor.- Parameters:
sectionManagedObjectSourceName
- Section managed object source name.managedObjectSourceClassName
- Managed object source class name.objectType
- Object type.timeout
- Timeout.sectionManagedObjectPool
- Section managed object pool.property
- Property.sectionManagedObject
- Section managed object.sectionManagedObjectSourceFlow
- Section managed object source flow.
-
SectionManagedObjectSourceModel
public SectionManagedObjectSourceModel(java.lang.String sectionManagedObjectSourceName, java.lang.String managedObjectSourceClassName, java.lang.String objectType, java.lang.String timeout, SectionManagedObjectSourceToSectionManagedObjectPoolModel sectionManagedObjectPool, PropertyModel[] property, SectionManagedObjectToSectionManagedObjectSourceModel[] sectionManagedObject, SectionManagedObjectSourceFlowModel[] sectionManagedObjectSourceFlow, int x, int y)
Convenience constructor allowing XY initialising.- Parameters:
sectionManagedObjectSourceName
- Section managed object source name.managedObjectSourceClassName
- Managed object source class name.objectType
- Object type.timeout
- Timeout.sectionManagedObjectPool
- Section managed object pool.property
- Property.sectionManagedObject
- Section managed object.sectionManagedObjectSourceFlow
- Section managed object source flow.x
- Horizontal location.y
- Vertical location.
-
-
Method Detail
-
getSectionManagedObjectSourceName
public java.lang.String getSectionManagedObjectSourceName()
- Returns:
- Section managed object source name.
-
setSectionManagedObjectSourceName
public void setSectionManagedObjectSourceName(java.lang.String sectionManagedObjectSourceName)
- Parameters:
sectionManagedObjectSourceName
- Section managed object source name.
-
getManagedObjectSourceClassName
public java.lang.String getManagedObjectSourceClassName()
- Returns:
- Managed object source class name.
-
setManagedObjectSourceClassName
public void setManagedObjectSourceClassName(java.lang.String managedObjectSourceClassName)
- Parameters:
managedObjectSourceClassName
- Managed object source class name.
-
getObjectType
public java.lang.String getObjectType()
- Returns:
- Object type.
-
setObjectType
public void setObjectType(java.lang.String objectType)
- Parameters:
objectType
- Object type.
-
getTimeout
public java.lang.String getTimeout()
- Returns:
- Timeout.
-
setTimeout
public void setTimeout(java.lang.String timeout)
- Parameters:
timeout
- Timeout.
-
getSectionManagedObjectPool
public SectionManagedObjectSourceToSectionManagedObjectPoolModel getSectionManagedObjectPool()
- Returns:
- Section managed object pool.
-
setSectionManagedObjectPool
public void setSectionManagedObjectPool(SectionManagedObjectSourceToSectionManagedObjectPoolModel sectionManagedObjectPool)
- Parameters:
sectionManagedObjectPool
- Section managed object pool.
-
getProperties
public java.util.List<PropertyModel> getProperties()
- Returns:
- Property.
-
addProperty
public void addProperty(PropertyModel property)
- Parameters:
property
- Property.
-
removeProperty
public void removeProperty(PropertyModel property)
- Parameters:
property
- Property.
-
getSectionManagedObjects
public java.util.List<SectionManagedObjectToSectionManagedObjectSourceModel> getSectionManagedObjects()
- Returns:
- Section managed object.
-
addSectionManagedObject
public void addSectionManagedObject(SectionManagedObjectToSectionManagedObjectSourceModel sectionManagedObject)
- Parameters:
sectionManagedObject
- Section managed object.
-
removeSectionManagedObject
public void removeSectionManagedObject(SectionManagedObjectToSectionManagedObjectSourceModel sectionManagedObject)
- Parameters:
sectionManagedObject
- Section managed object.
-
getSectionManagedObjectSourceFlows
public java.util.List<SectionManagedObjectSourceFlowModel> getSectionManagedObjectSourceFlows()
- Returns:
- Section managed object source flow.
-
addSectionManagedObjectSourceFlow
public void addSectionManagedObjectSourceFlow(SectionManagedObjectSourceFlowModel sectionManagedObjectSourceFlow)
- Parameters:
sectionManagedObjectSourceFlow
- Section managed object source flow.
-
removeSectionManagedObjectSourceFlow
public void removeSectionManagedObjectSourceFlow(SectionManagedObjectSourceFlowModel sectionManagedObjectSourceFlow)
- Parameters:
sectionManagedObjectSourceFlow
- Section managed object source flow.
-
removeConnections
public RemoveConnectionsAction<SectionManagedObjectSourceModel> removeConnections()
Remove Connections.- Specified by:
removeConnections
in interfaceItemModel<SectionManagedObjectSourceModel>
- Returns:
RemoveConnectionsAction
to remove theConnectionModel
instances.
-
-