Package net.officefloor.model.office
Class GovernanceModel
- java.lang.Object
 - 
- net.officefloor.model.AbstractModel
 - 
- net.officefloor.model.office.GovernanceModel
 
 
 
- 
- All Implemented Interfaces:
 ItemModel<GovernanceModel>,Model
@Generated("net.officefloor.model.generate.ModelGenerator") public class GovernanceModel extends AbstractModel implements ItemModel<GovernanceModel> 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGovernanceModel.GovernanceEvent 
- 
Constructor Summary
Constructors Constructor Description GovernanceModel()Default constructor.GovernanceModel(java.lang.String governanceName, java.lang.String governanceSourceClassName, boolean isAutoWireExtensions)Convenience constructor for new non-linked instance.GovernanceModel(java.lang.String governanceName, java.lang.String governanceSourceClassName, boolean isAutoWireExtensions, int x, int y)Convenience constructor for new non-linked instance allowing XY initialising.GovernanceModel(java.lang.String governanceName, java.lang.String governanceSourceClassName, boolean isAutoWireExtensions, GovernanceToOfficeTeamModel officeTeam, PropertyModel[] property, GovernanceFlowModel[] governanceFlow, GovernanceEscalationModel[] governanceEscalation, GovernanceAreaModel[] governanceArea, GovernanceToExternalManagedObjectModel[] externalManagedObject, GovernanceToOfficeManagedObjectModel[] officeManagedObject, GovernanceToOfficeSectionManagedObjectModel[] officeSectionManagedObject, OfficeSubSectionToGovernanceModel[] officeSubSection, OfficeFunctionToGovernanceModel[] officeFunction)Convenience constructor.GovernanceModel(java.lang.String governanceName, java.lang.String governanceSourceClassName, boolean isAutoWireExtensions, GovernanceToOfficeTeamModel officeTeam, PropertyModel[] property, GovernanceFlowModel[] governanceFlow, GovernanceEscalationModel[] governanceEscalation, GovernanceAreaModel[] governanceArea, GovernanceToExternalManagedObjectModel[] externalManagedObject, GovernanceToOfficeManagedObjectModel[] officeManagedObject, GovernanceToOfficeSectionManagedObjectModel[] officeSectionManagedObject, OfficeSubSectionToGovernanceModel[] officeSubSection, OfficeFunctionToGovernanceModel[] officeFunction, 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
- 
GovernanceModel
public GovernanceModel()
Default constructor. 
- 
GovernanceModel
public GovernanceModel(java.lang.String governanceName, java.lang.String governanceSourceClassName, boolean isAutoWireExtensions)Convenience constructor for new non-linked instance.- Parameters:
 governanceName- Governance name.governanceSourceClassName- Governance source class name.isAutoWireExtensions- Is auto wire extensions.
 
- 
GovernanceModel
public GovernanceModel(java.lang.String governanceName, java.lang.String governanceSourceClassName, boolean isAutoWireExtensions, int x, int y)Convenience constructor for new non-linked instance allowing XY initialising.- Parameters:
 governanceName- Governance name.governanceSourceClassName- Governance source class name.isAutoWireExtensions- Is auto wire extensions.x- Horizontal location.y- Vertical location.
 
- 
GovernanceModel
public GovernanceModel(java.lang.String governanceName, java.lang.String governanceSourceClassName, boolean isAutoWireExtensions, GovernanceToOfficeTeamModel officeTeam, PropertyModel[] property, GovernanceFlowModel[] governanceFlow, GovernanceEscalationModel[] governanceEscalation, GovernanceAreaModel[] governanceArea, GovernanceToExternalManagedObjectModel[] externalManagedObject, GovernanceToOfficeManagedObjectModel[] officeManagedObject, GovernanceToOfficeSectionManagedObjectModel[] officeSectionManagedObject, OfficeSubSectionToGovernanceModel[] officeSubSection, OfficeFunctionToGovernanceModel[] officeFunction)Convenience constructor.- Parameters:
 governanceName- Governance name.governanceSourceClassName- Governance source class name.isAutoWireExtensions- Is auto wire extensions.officeTeam- Office team.property- Property.governanceFlow- Governance flow.governanceEscalation- Governance escalation.governanceArea- Governance area.externalManagedObject- External managed object.officeManagedObject- Office managed object.officeSectionManagedObject- Office section managed object.officeSubSection- Office sub section.officeFunction- Office function.
 
- 
GovernanceModel
public GovernanceModel(java.lang.String governanceName, java.lang.String governanceSourceClassName, boolean isAutoWireExtensions, GovernanceToOfficeTeamModel officeTeam, PropertyModel[] property, GovernanceFlowModel[] governanceFlow, GovernanceEscalationModel[] governanceEscalation, GovernanceAreaModel[] governanceArea, GovernanceToExternalManagedObjectModel[] externalManagedObject, GovernanceToOfficeManagedObjectModel[] officeManagedObject, GovernanceToOfficeSectionManagedObjectModel[] officeSectionManagedObject, OfficeSubSectionToGovernanceModel[] officeSubSection, OfficeFunctionToGovernanceModel[] officeFunction, int x, int y)Convenience constructor allowing XY initialising.- Parameters:
 governanceName- Governance name.governanceSourceClassName- Governance source class name.isAutoWireExtensions- Is auto wire extensions.officeTeam- Office team.property- Property.governanceFlow- Governance flow.governanceEscalation- Governance escalation.governanceArea- Governance area.externalManagedObject- External managed object.officeManagedObject- Office managed object.officeSectionManagedObject- Office section managed object.officeSubSection- Office sub section.officeFunction- Office function.x- Horizontal location.y- Vertical location.
 
 - 
 
- 
Method Detail
- 
getGovernanceName
public java.lang.String getGovernanceName()
- Returns:
 - Governance name.
 
 
- 
setGovernanceName
public void setGovernanceName(java.lang.String governanceName)
- Parameters:
 governanceName- Governance name.
 
- 
getGovernanceSourceClassName
public java.lang.String getGovernanceSourceClassName()
- Returns:
 - Governance source class name.
 
 
- 
setGovernanceSourceClassName
public void setGovernanceSourceClassName(java.lang.String governanceSourceClassName)
- Parameters:
 governanceSourceClassName- Governance source class name.
 
- 
getIsAutoWireExtensions
public boolean getIsAutoWireExtensions()
- Returns:
 - Is auto wire extensions.
 
 
- 
setIsAutoWireExtensions
public void setIsAutoWireExtensions(boolean isAutoWireExtensions)
- Parameters:
 isAutoWireExtensions- Is auto wire extensions.
 
- 
getOfficeTeam
public GovernanceToOfficeTeamModel getOfficeTeam()
- Returns:
 - Office team.
 
 
- 
setOfficeTeam
public void setOfficeTeam(GovernanceToOfficeTeamModel officeTeam)
- Parameters:
 officeTeam- Office team.
 
- 
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.
 
- 
getGovernanceFlows
public java.util.List<GovernanceFlowModel> getGovernanceFlows()
- Returns:
 - Governance flow.
 
 
- 
addGovernanceFlow
public void addGovernanceFlow(GovernanceFlowModel governanceFlow)
- Parameters:
 governanceFlow- Governance flow.
 
- 
removeGovernanceFlow
public void removeGovernanceFlow(GovernanceFlowModel governanceFlow)
- Parameters:
 governanceFlow- Governance flow.
 
- 
getGovernanceEscalations
public java.util.List<GovernanceEscalationModel> getGovernanceEscalations()
- Returns:
 - Governance escalation.
 
 
- 
addGovernanceEscalation
public void addGovernanceEscalation(GovernanceEscalationModel governanceEscalation)
- Parameters:
 governanceEscalation- Governance escalation.
 
- 
removeGovernanceEscalation
public void removeGovernanceEscalation(GovernanceEscalationModel governanceEscalation)
- Parameters:
 governanceEscalation- Governance escalation.
 
- 
getGovernanceAreas
public java.util.List<GovernanceAreaModel> getGovernanceAreas()
- Returns:
 - Governance area.
 
 
- 
addGovernanceArea
public void addGovernanceArea(GovernanceAreaModel governanceArea)
- Parameters:
 governanceArea- Governance area.
 
- 
removeGovernanceArea
public void removeGovernanceArea(GovernanceAreaModel governanceArea)
- Parameters:
 governanceArea- Governance area.
 
- 
getExternalManagedObjects
public java.util.List<GovernanceToExternalManagedObjectModel> getExternalManagedObjects()
- Returns:
 - External managed object.
 
 
- 
addExternalManagedObject
public void addExternalManagedObject(GovernanceToExternalManagedObjectModel externalManagedObject)
- Parameters:
 externalManagedObject- External managed object.
 
- 
removeExternalManagedObject
public void removeExternalManagedObject(GovernanceToExternalManagedObjectModel externalManagedObject)
- Parameters:
 externalManagedObject- External managed object.
 
- 
getOfficeManagedObjects
public java.util.List<GovernanceToOfficeManagedObjectModel> getOfficeManagedObjects()
- Returns:
 - Office managed object.
 
 
- 
addOfficeManagedObject
public void addOfficeManagedObject(GovernanceToOfficeManagedObjectModel officeManagedObject)
- Parameters:
 officeManagedObject- Office managed object.
 
- 
removeOfficeManagedObject
public void removeOfficeManagedObject(GovernanceToOfficeManagedObjectModel officeManagedObject)
- Parameters:
 officeManagedObject- Office managed object.
 
- 
getOfficeSectionManagedObjects
public java.util.List<GovernanceToOfficeSectionManagedObjectModel> getOfficeSectionManagedObjects()
- Returns:
 - Office section managed object.
 
 
- 
addOfficeSectionManagedObject
public void addOfficeSectionManagedObject(GovernanceToOfficeSectionManagedObjectModel officeSectionManagedObject)
- Parameters:
 officeSectionManagedObject- Office section managed object.
 
- 
removeOfficeSectionManagedObject
public void removeOfficeSectionManagedObject(GovernanceToOfficeSectionManagedObjectModel officeSectionManagedObject)
- Parameters:
 officeSectionManagedObject- Office section managed object.
 
- 
getOfficeSubSections
public java.util.List<OfficeSubSectionToGovernanceModel> getOfficeSubSections()
- Returns:
 - Office sub section.
 
 
- 
addOfficeSubSection
public void addOfficeSubSection(OfficeSubSectionToGovernanceModel officeSubSection)
- Parameters:
 officeSubSection- Office sub section.
 
- 
removeOfficeSubSection
public void removeOfficeSubSection(OfficeSubSectionToGovernanceModel officeSubSection)
- Parameters:
 officeSubSection- Office sub section.
 
- 
getOfficeFunctions
public java.util.List<OfficeFunctionToGovernanceModel> getOfficeFunctions()
- Returns:
 - Office function.
 
 
- 
addOfficeFunction
public void addOfficeFunction(OfficeFunctionToGovernanceModel officeFunction)
- Parameters:
 officeFunction- Office function.
 
- 
removeOfficeFunction
public void removeOfficeFunction(OfficeFunctionToGovernanceModel officeFunction)
- Parameters:
 officeFunction- Office function.
 
- 
removeConnections
public RemoveConnectionsAction<GovernanceModel> removeConnections()
Remove Connections.- Specified by:
 removeConnectionsin interfaceItemModel<GovernanceModel>- Returns:
 RemoveConnectionsActionto remove theConnectionModelinstances.
 
 - 
 
 -