Packageorg.springextensions.actionscript.domain
Interfacepublic interface INamed
ImplementorsNamedEntity

Interface to be implemented by objects that provide a "name" property.



Public Properties
 PropertyDefined by
  name : String
[read-only] Returns the name of the object.
INamed
Property detail
nameproperty
name:String  [read-only]

Returns the name of the object.

Implementation
    public function get name():String