A
class is an abstract description of a set of objects of the application
domain. A class must have a valid name. It can contain attributes and
operations.
By default in Netsilon, a class is persistent because the state of its instances must be preserved during page invocations.
However transient classes can be defined whose lifetime does not extend beyond the execution period of the invocated page. Such
a class should have the stereotype transient. A transient class can not specialize or generalize a persistent class. An association-class
can not be transient and can not link transient classes together.