* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetCustomer(Customer newCustomer, NotificationChain msgs) {
Customer oldCustomer = customer;
customer = newCustomer;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ReservationSystemPackagePackage.RESERVATION__CUSTOMER, oldCustomer, newCustomer);
if (msgs == null) msgs = notification; else msgs.add(notification);
}