Package | com.adobe.solutions.rca.vo |
Class | public class ExternalUsersVO |
Inheritance | ExternalUsersVO BaseVO Object |
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : 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 | ||
id : String
Get the ID of the VO. | BaseVO | ||
lastName : String
Gets the last name of the user. | ExternalUsersVO | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | ||
used : Boolean
Returns whether the user has already registered or not. | ExternalUsersVO |
Public Methods
Method | Defined By | ||
---|---|---|---|
The constructor for ExternalUsersVO class. | ExternalUsersVO | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Property Detail
property |
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.
Mon Nov 28 2011, 06:48 AM -08:00