When setting up notifications on class attributes, events will also be triggered
in case an attribute's value is modified manually by calling moai.Set().
Setting MOAI.NoNotify in the same call will prevent the notification
from being triggered.
Note that MOAI.NoNotify is a "one time" attribute. It's only effective
during the current moai.Set() call!