@Generated(value="net.officefloor.model.generate.ModelGenerator") public class OfficeGovernanceModel extends AbstractModel implements ItemModel<OfficeGovernanceModel>
Modifier and Type | Class and Description |
---|---|
static class |
OfficeGovernanceModel.OfficeGovernanceEvent |
Constructor and Description |
---|
OfficeGovernanceModel()
Default constructor.
|
OfficeGovernanceModel(String officeGovernanceName,
String governanceSourceClassName)
Convenience constructor for new non-linked instance.
|
OfficeGovernanceModel(String officeGovernanceName,
String governanceSourceClassName,
OfficeGovernanceToOfficeTeamModel officeTeam,
PropertyModel[] property,
OfficeGovernanceAreaModel[] officeGovernanceArea,
ExternalManagedObjectToOfficeGovernanceModel[] externalManagedObject,
OfficeManagedObjectToOfficeGovernanceModel[] officeManagedObject,
OfficeSectionManagedObjectToOfficeGovernanceModel[] officeSectionManagedObject,
OfficeSubSectionToOfficeGovernanceModel[] officeSubSection,
OfficeTaskToOfficeGovernanceModel[] officeTask)
Convenience constructor.
|
OfficeGovernanceModel(String officeGovernanceName,
String governanceSourceClassName,
OfficeGovernanceToOfficeTeamModel officeTeam,
PropertyModel[] property,
OfficeGovernanceAreaModel[] officeGovernanceArea,
ExternalManagedObjectToOfficeGovernanceModel[] externalManagedObject,
OfficeManagedObjectToOfficeGovernanceModel[] officeManagedObject,
OfficeSectionManagedObjectToOfficeGovernanceModel[] officeSectionManagedObject,
OfficeSubSectionToOfficeGovernanceModel[] officeSubSection,
OfficeTaskToOfficeGovernanceModel[] officeTask,
int x,
int y)
Convenience constructor allowing XY initialising.
|
addItemToList, addPropertyChangeListener, changeField, firePropertyChange, getX, getY, removeItemFromList, removePropertyChangeListener, setX, setY
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addPropertyChangeListener, getX, getY, removePropertyChangeListener, setX, setY
public OfficeGovernanceModel()
public OfficeGovernanceModel(String officeGovernanceName, String governanceSourceClassName)
officeGovernanceName
- Office governance name.governanceSourceClassName
- Governance source class name.public OfficeGovernanceModel(String officeGovernanceName, String governanceSourceClassName, OfficeGovernanceToOfficeTeamModel officeTeam, PropertyModel[] property, OfficeGovernanceAreaModel[] officeGovernanceArea, ExternalManagedObjectToOfficeGovernanceModel[] externalManagedObject, OfficeManagedObjectToOfficeGovernanceModel[] officeManagedObject, OfficeSectionManagedObjectToOfficeGovernanceModel[] officeSectionManagedObject, OfficeSubSectionToOfficeGovernanceModel[] officeSubSection, OfficeTaskToOfficeGovernanceModel[] officeTask)
officeGovernanceName
- Office governance name.governanceSourceClassName
- Governance source class name.officeTeam
- Office team.property
- Property.officeGovernanceArea
- Office governance area.externalManagedObject
- External managed object.officeManagedObject
- Office managed object.officeSectionManagedObject
- Office section managed object.officeSubSection
- Office sub section.officeTask
- Office task.public OfficeGovernanceModel(String officeGovernanceName, String governanceSourceClassName, OfficeGovernanceToOfficeTeamModel officeTeam, PropertyModel[] property, OfficeGovernanceAreaModel[] officeGovernanceArea, ExternalManagedObjectToOfficeGovernanceModel[] externalManagedObject, OfficeManagedObjectToOfficeGovernanceModel[] officeManagedObject, OfficeSectionManagedObjectToOfficeGovernanceModel[] officeSectionManagedObject, OfficeSubSectionToOfficeGovernanceModel[] officeSubSection, OfficeTaskToOfficeGovernanceModel[] officeTask, int x, int y)
officeGovernanceName
- Office governance name.governanceSourceClassName
- Governance source class name.officeTeam
- Office team.property
- Property.officeGovernanceArea
- Office governance area.externalManagedObject
- External managed object.officeManagedObject
- Office managed object.officeSectionManagedObject
- Office section managed object.officeSubSection
- Office sub section.officeTask
- Office task.x
- Horizontal location.y
- Vertical location.public String getOfficeGovernanceName()
public void setOfficeGovernanceName(String officeGovernanceName)
officeGovernanceName
- Office governance name.public String getGovernanceSourceClassName()
public void setGovernanceSourceClassName(String governanceSourceClassName)
governanceSourceClassName
- Governance source class name.public OfficeGovernanceToOfficeTeamModel getOfficeTeam()
public void setOfficeTeam(OfficeGovernanceToOfficeTeamModel officeTeam)
officeTeam
- Office team.public List<PropertyModel> getProperties()
public void addProperty(PropertyModel property)
property
- Property.public void removeProperty(PropertyModel property)
property
- Property.public List<OfficeGovernanceAreaModel> getOfficeGovernanceAreas()
public void addOfficeGovernanceArea(OfficeGovernanceAreaModel officeGovernanceArea)
officeGovernanceArea
- Office governance area.public void removeOfficeGovernanceArea(OfficeGovernanceAreaModel officeGovernanceArea)
officeGovernanceArea
- Office governance area.public List<ExternalManagedObjectToOfficeGovernanceModel> getExternalManagedObjects()
public void addExternalManagedObject(ExternalManagedObjectToOfficeGovernanceModel externalManagedObject)
externalManagedObject
- External managed object.public void removeExternalManagedObject(ExternalManagedObjectToOfficeGovernanceModel externalManagedObject)
externalManagedObject
- External managed object.public List<OfficeManagedObjectToOfficeGovernanceModel> getOfficeManagedObjects()
public void addOfficeManagedObject(OfficeManagedObjectToOfficeGovernanceModel officeManagedObject)
officeManagedObject
- Office managed object.public void removeOfficeManagedObject(OfficeManagedObjectToOfficeGovernanceModel officeManagedObject)
officeManagedObject
- Office managed object.public List<OfficeSectionManagedObjectToOfficeGovernanceModel> getOfficeSectionManagedObjects()
public void addOfficeSectionManagedObject(OfficeSectionManagedObjectToOfficeGovernanceModel officeSectionManagedObject)
officeSectionManagedObject
- Office section managed object.public void removeOfficeSectionManagedObject(OfficeSectionManagedObjectToOfficeGovernanceModel officeSectionManagedObject)
officeSectionManagedObject
- Office section managed object.public List<OfficeSubSectionToOfficeGovernanceModel> getOfficeSubSections()
public void addOfficeSubSection(OfficeSubSectionToOfficeGovernanceModel officeSubSection)
officeSubSection
- Office sub section.public void removeOfficeSubSection(OfficeSubSectionToOfficeGovernanceModel officeSubSection)
officeSubSection
- Office sub section.public List<OfficeTaskToOfficeGovernanceModel> getOfficeTasks()
public void addOfficeTask(OfficeTaskToOfficeGovernanceModel officeTask)
officeTask
- Office task.public void removeOfficeTask(OfficeTaskToOfficeGovernanceModel officeTask)
officeTask
- Office task.public RemoveConnectionsAction<OfficeGovernanceModel> removeConnections()
removeConnections
in interface ItemModel<OfficeGovernanceModel>
RemoveConnectionsAction
to remove the ConnectionModel
instances.Copyright © 2005–2016. All rights reserved.