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.
|
OfficeSubSectionModel(String officeSubSectionName,
OfficeTaskModel[] officeTask,
OfficeSectionManagedObjectModel[] officeSectionManagedObject,
OfficeSubSectionModel[] officeSubSection,
OfficeSubSectionToOfficeGovernanceModel[] officeGovernance)
Convenience constructor.
|
OfficeSubSectionModel(String officeSubSectionName,
OfficeTaskModel[] officeTask,
OfficeSectionManagedObjectModel[] officeSectionManagedObject,
OfficeSubSectionModel[] officeSubSection,
OfficeSubSectionToOfficeGovernanceModel[] officeGovernance,
int x,
int y)
Convenience constructor allowing XY initialising.
|