Uses of Class
net.officefloor.model.office.GovernanceToOfficeManagedObjectModel
-
Packages that use GovernanceToOfficeManagedObjectModel Package Description net.officefloor.model.office -
-
Uses of GovernanceToOfficeManagedObjectModel in net.officefloor.model.office
Methods in net.officefloor.model.office that return types with arguments of type GovernanceToOfficeManagedObjectModel Modifier and Type Method Description java.util.List<GovernanceToOfficeManagedObjectModel>
OfficeManagedObjectModel. getGovernances()
java.util.List<GovernanceToOfficeManagedObjectModel>
GovernanceModel. getOfficeManagedObjects()
Methods in net.officefloor.model.office with parameters of type GovernanceToOfficeManagedObjectModel Modifier and Type Method Description void
OfficeManagedObjectModel. addGovernance(GovernanceToOfficeManagedObjectModel governance)
void
GovernanceModel. addOfficeManagedObject(GovernanceToOfficeManagedObjectModel officeManagedObject)
void
OfficeManagedObjectModel. removeGovernance(GovernanceToOfficeManagedObjectModel governance)
void
GovernanceModel. removeOfficeManagedObject(GovernanceToOfficeManagedObjectModel officeManagedObject)
-