Packagevegas.models
Interfacepublic interface ModelObject extends Model, Validator, Identifiable, Runnable
Implementors CoreModelObject

This interface define a model who register and manipulate ValueObject objects.



Public Properties
 PropertyDefined By
 Inheritedid : *
Indicates the id value of this object.
Identifiable
Public Methods
 MethodDefined By
 Inherited
run(... arguments):void
Run the process.
Runnable
 Inherited
supports(value:*):Boolean
Returns true if the specific value is valid.
Validator
 Inherited
validate(value:*):void
Evaluates the specified value and throw a TypeError object if the value is not valid.
Validator