| Package | org.servebox.toolbox.acl |
| Class | public class BasicACLObject |
| Subclasses | AccessControlObject, AccessRequestObject, ACLEntry |
| Property | Defined by | ||
|---|---|---|---|
| name : String
The name of the object.
| BasicACLObject | ||
| UID : String
The UID of the object.
| BasicACLObject | ||
| Method | Defined 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 | ||
| name | property |
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
| UID | property |
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
| 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.
value:IBasicObject |
Boolean |
| hashCode | () | method |
public function hashCode():intReturns the hashcode of the object.
Returnsint |
| toString | () | method |
public function toString():StringReturns the string representation of the specified object.
ReturnsString |