* <!-- end-user-doc -->
* @generated
*/
public void setWorksIn(Office newWorksIn)
{
Office oldWorksIn = worksIn;
worksIn = newWorksIn;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, OfficePackage.EMPLOYEE__WORKS_IN, oldWorksIn, worksIn));
}