Packageorg.servebox.toolbox.acl
Interfacepublic interface IAccessControlObject extends IBasicObject
ImplementorsAccessControlObject

Interface for base ACO



Public Properties
 PropertyDefined by
  name : String
IAccessControlObject
  UID : String
IAccessControlObject
Public Methods
 MethodDefined by
 Inherited
equals(value:IBasicObject):Boolean
Object comparison mechanism.
IBasicObject
 Inherited
hashCode():int
Returns the hashcode of the object.
IBasicObject
 Inherited
toString():String
Returns the string representation of the specified object.
IBasicObject
Property detail
nameproperty
name:String  [read-write]Implementation
    public function get name():String
    public function set name(value:String):void
UIDproperty 
UID:String  [read-write]Implementation
    public function get UID():String
    public function set UID(value:String):void