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.
|
OfficeTeamModel(String officeTeamName,
OfficeSectionResponsibilityToOfficeTeamModel[] officeSectionResponsibility,
OfficeManagedObjectSourceTeamToOfficeTeamModel[] officeManagedObjectSourceTeam,
AdministratorToOfficeTeamModel[] administrator,
OfficeGovernanceToOfficeTeamModel[] officeGovernance)
Convenience constructor.
|
OfficeTeamModel(String officeTeamName,
OfficeSectionResponsibilityToOfficeTeamModel[] officeSectionResponsibility,
OfficeManagedObjectSourceTeamToOfficeTeamModel[] officeManagedObjectSourceTeam,
AdministratorToOfficeTeamModel[] administrator,
OfficeGovernanceToOfficeTeamModel[] officeGovernance,
int x,
int y)
Convenience constructor allowing XY initialising.
|