Package | Description |
---|---|
net.officefloor.model.impl.office | |
net.officefloor.model.office |
Modifier and Type | Method and Description |
---|---|
Change<OfficeSectionResponsibilityToOfficeTeamModel> |
OfficeChangesImpl.linkOfficeSectionResponsibilityToOfficeTeam(OfficeSectionResponsibilityModel officeSectionResponsibility,
OfficeTeamModel officeTeam) |
Change<OfficeSectionResponsibilityToOfficeTeamModel> |
OfficeChangesImpl.removeOfficeSectionResponsibilityToOfficeTeam(OfficeSectionResponsibilityToOfficeTeamModel officeSectionResponsibilityToOfficeTeam) |
Modifier and Type | Method and Description |
---|---|
Change<OfficeSectionResponsibilityToOfficeTeamModel> |
OfficeChangesImpl.removeOfficeSectionResponsibilityToOfficeTeam(OfficeSectionResponsibilityToOfficeTeamModel officeSectionResponsibilityToOfficeTeam) |
Modifier and Type | Method and Description |
---|---|
OfficeSectionResponsibilityToOfficeTeamModel |
OfficeSectionResponsibilityModel.getOfficeTeam() |
Modifier and Type | Method and Description |
---|---|
List<OfficeSectionResponsibilityToOfficeTeamModel> |
OfficeTeamModel.getOfficeSectionResponsibilities() |
Change<OfficeSectionResponsibilityToOfficeTeamModel> |
OfficeChanges.linkOfficeSectionResponsibilityToOfficeTeam(OfficeSectionResponsibilityModel officeSectionResponsibility,
OfficeTeamModel officeTeam)
Links the
OfficeSectionResponsibilityModel to the
OfficeTeamModel . |
Change<OfficeSectionResponsibilityToOfficeTeamModel> |
OfficeChanges.removeOfficeSectionResponsibilityToOfficeTeam(OfficeSectionResponsibilityToOfficeTeamModel officeSectionResponsibilityToOfficeTeam)
Removes the
OfficeSectionResponsibilityToOfficeTeamModel . |
Modifier and Type | Method and Description |
---|---|
void |
OfficeTeamModel.addOfficeSectionResponsibility(OfficeSectionResponsibilityToOfficeTeamModel officeSectionResponsibility) |
void |
OfficeTeamModel.removeOfficeSectionResponsibility(OfficeSectionResponsibilityToOfficeTeamModel officeSectionResponsibility) |
Change<OfficeSectionResponsibilityToOfficeTeamModel> |
OfficeChanges.removeOfficeSectionResponsibilityToOfficeTeam(OfficeSectionResponsibilityToOfficeTeamModel officeSectionResponsibilityToOfficeTeam)
Removes the
OfficeSectionResponsibilityToOfficeTeamModel . |
void |
OfficeSectionResponsibilityModel.setOfficeTeam(OfficeSectionResponsibilityToOfficeTeamModel officeTeam) |
Constructor and Description |
---|
OfficeSectionResponsibilityModel(String officeSectionResponsibilityName,
OfficeSectionResponsibilityToOfficeTeamModel officeTeam)
Convenience constructor.
|
OfficeSectionResponsibilityModel(String officeSectionResponsibilityName,
OfficeSectionResponsibilityToOfficeTeamModel officeTeam,
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.
|
Copyright © 2005–2016. All rights reserved.