ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.solutions.rca.vo 

ExternalUsersVO  - AS3 Review, Commenting, and Approval

Packagecom.adobe.solutions.rca.vo
Classpublic class ExternalUsersVO
InheritanceExternalUsersVO Inheritance BaseVO Inheritance Object

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Represents an External User instance in the system.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  email : String
Gets the email ID of the user.
ExternalUsersVO
  firstName : String
Gets the first name of the user.
ExternalUsersVO
 Inheritedid : String
Get the ID of the VO.
BaseVO
  lastName : String
Gets the last name of the user.
ExternalUsersVO
  used : Boolean
Returns whether the user has already registered or not.
ExternalUsersVO
Public Methods
 MethodDefined By
  
The constructor for ExternalUsersVO class.
ExternalUsersVO
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

email

property
email:String

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Gets the email ID of the user.



Implementation
    public function get email():String
    public function set email(value:String):void

firstName

property 
firstName:String

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Gets the first name of the user.



Implementation
    public function get firstName():String
    public function set firstName(value:String):void

lastName

property 
lastName:String

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Gets the last name of the user.



Implementation
    public function get lastName():String
    public function set lastName(value:String):void

used

property 
used:Boolean

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Returns whether the user has already registered or not.



Implementation
    public function get used():Boolean
    public function set used(value:Boolean):void
Constructor Detail

ExternalUsersVO

()Constructor
public function ExternalUsersVO()

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

The constructor for ExternalUsersVO class.