net.officefloor.model.section
Class SectionModel
java.lang.Object
net.officefloor.model.AbstractModel
net.officefloor.model.section.SectionModel
- All Implemented Interfaces:
- ItemModel<SectionModel>, Model
@Generated(value="net.officefloor.model.generate.ModelGenerator")
public class SectionModel
- extends AbstractModel
- implements ItemModel<SectionModel>
|
Constructor Summary |
SectionModel()
Default constructor. |
SectionModel(ExternalManagedObjectModel[] externalManagedObject,
SectionManagedObjectSourceModel[] sectionManagedObjectSource,
SectionManagedObjectModel[] sectionManagedObject,
ExternalFlowModel[] externalFlow,
SubSectionModel[] subSection)
Convenience constructor. |
SectionModel(ExternalManagedObjectModel[] externalManagedObject,
SectionManagedObjectSourceModel[] sectionManagedObjectSource,
SectionManagedObjectModel[] sectionManagedObject,
ExternalFlowModel[] externalFlow,
SubSectionModel[] subSection,
int x,
int y)
Convenience constructor allowing XY initialising. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SectionModel
public SectionModel()
- Default constructor.
SectionModel
public SectionModel(ExternalManagedObjectModel[] externalManagedObject,
SectionManagedObjectSourceModel[] sectionManagedObjectSource,
SectionManagedObjectModel[] sectionManagedObject,
ExternalFlowModel[] externalFlow,
SubSectionModel[] subSection)
- Convenience constructor.
SectionModel
public SectionModel(ExternalManagedObjectModel[] externalManagedObject,
SectionManagedObjectSourceModel[] sectionManagedObjectSource,
SectionManagedObjectModel[] sectionManagedObject,
ExternalFlowModel[] externalFlow,
SubSectionModel[] subSection,
int x,
int y)
- Convenience constructor allowing XY initialising.
getExternalManagedObjects
public List<ExternalManagedObjectModel> getExternalManagedObjects()
addExternalManagedObject
public void addExternalManagedObject(ExternalManagedObjectModel externalManagedObject)
removeExternalManagedObject
public void removeExternalManagedObject(ExternalManagedObjectModel externalManagedObject)
getSectionManagedObjectSources
public List<SectionManagedObjectSourceModel> getSectionManagedObjectSources()
addSectionManagedObjectSource
public void addSectionManagedObjectSource(SectionManagedObjectSourceModel sectionManagedObjectSource)
removeSectionManagedObjectSource
public void removeSectionManagedObjectSource(SectionManagedObjectSourceModel sectionManagedObjectSource)
getSectionManagedObjects
public List<SectionManagedObjectModel> getSectionManagedObjects()
addSectionManagedObject
public void addSectionManagedObject(SectionManagedObjectModel sectionManagedObject)
removeSectionManagedObject
public void removeSectionManagedObject(SectionManagedObjectModel sectionManagedObject)
getExternalFlows
public List<ExternalFlowModel> getExternalFlows()
addExternalFlow
public void addExternalFlow(ExternalFlowModel externalFlow)
removeExternalFlow
public void removeExternalFlow(ExternalFlowModel externalFlow)
getSubSections
public List<SubSectionModel> getSubSections()
addSubSection
public void addSubSection(SubSectionModel subSection)
removeSubSection
public void removeSubSection(SubSectionModel subSection)
removeConnections
public RemoveConnectionsAction<SectionModel> removeConnections()
- Remove Connections.
- Specified by:
removeConnections in interface ItemModel<SectionModel>
- Returns:
RemoveConnectionsAction containing the
ConnectionModel instances removed.
Copyright © 2005-2013. All Rights Reserved.