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.
|
OfficeTaskModel(String officeTaskName,
OfficeTaskToPreDutyModel[] preDuty,
OfficeTaskToPostDutyModel[] postDuty,
OfficeTaskToOfficeGovernanceModel[] officeGovernance)
Convenience constructor.
|
OfficeTaskModel(String officeTaskName,
OfficeTaskToPreDutyModel[] preDuty,
OfficeTaskToPostDutyModel[] postDuty,
OfficeTaskToOfficeGovernanceModel[] officeGovernance,
int x,
int y)
Convenience constructor allowing XY initialising.
|