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.
|
OfficeSectionManagedObjectModel(String officeSectionManagedObjectName,
OfficeSectionManagedObjectToOfficeGovernanceModel[] officeGovernance,
OfficeSectionManagedObjectTeamModel[] officeSectionManagedObjectTeam)
Convenience constructor.
|
OfficeSectionManagedObjectModel(String officeSectionManagedObjectName,
OfficeSectionManagedObjectToOfficeGovernanceModel[] officeGovernance,
OfficeSectionManagedObjectTeamModel[] officeSectionManagedObjectTeam,
int x,
int y)
Convenience constructor allowing XY initialising.
|