* <!-- end-user-doc -->
* @generated
*/
public void setHair(Color newHair)
{
Color oldHair = hair;
hair = newHair == null ? HAIR_EDEFAULT : newHair;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ModelsPackage.MODEL__HAIR, oldHair, hair));
}