Packageorg.servebox.toolbox.acl
Classpublic class AccessRequestGroup
InheritanceAccessRequestGroup Inheritance AccessRequestObject Inheritance BasicACLObject

Define ARO group



Public Properties
 PropertyDefined by
 Inheritedname : String
The name of the object.
BasicACLObject
  parentGroup : AccessRequestGroup
AccessRequestGroup
  roles : Array
AccessRequestGroup
 InheritedUID : String
The UID of the object.
BasicACLObject
Public Methods
 MethodDefined by
 Inherited
equals(value:IBasicObject):Boolean
Object comparison mechanism.
BasicACLObject
 Inherited
hashCode():int
Returns the hashcode of the object.
BasicACLObject
 Inherited
toString():String
Returns the string representation of the specified object.
BasicACLObject
Property detail
parentGroupproperty
parentGroup:AccessRequestGroup  [read-write]Implementation
    public function get parentGroup():AccessRequestGroup
    public function set parentGroup(value:AccessRequestGroup):void
rolesproperty 
roles:Array  [read-write]Implementation
    public function get roles():Array
    public function set roles(value:Array):void