Packageorg.servebox.toolbox.acl
Classpublic class BasicACLObject
SubclassesAccessControlObject, AccessRequestObject, ACLEntry

An ACL basinc object.



Public Properties
 PropertyDefined by
  name : String
The name of the object.
BasicACLObject
  UID : String
The UID of the object.
BasicACLObject
Public Methods
 MethodDefined by
  
equals(value:IBasicObject):Boolean
Object comparison mechanism.
BasicACLObject
  
hashCode():int
Returns the hashcode of the object.
BasicACLObject
  
toString():String
Returns the string representation of the specified object.
BasicACLObject
Property detail
nameproperty
name:String  [read-write]

The name of the object.

This property can be used as the source for data binding.

Implementation
    public function get name():String
    public function set name(value:String):void
UIDproperty 
UID:String  [read-write]

The UID of the object.

This property can be used as the source for data binding.

Implementation
    public function get UID():String
    public function set UID(value:String):void
Method detail
equals()method
public function equals(value:IBasicObject):Boolean

Object comparison mechanism. By default, the comparison is performed using the == operator. The definition of your own equals method is strongly encouraged.

Parameters
value:IBasicObject

Returns
Boolean
hashCode()method 
public function hashCode():int

Returns the hashcode of the object.

Returns
int
toString()method 
public function toString():String

Returns the string representation of the specified object.

Returns
String