Package | com.adobe.solutions.rca.domain.impl |
Classe | public class Comment |
Héritage | Comment Object |
Implémente | IComment |
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
comment : String
Text of a comment. | Comment | ||
constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | Object | ||
dateString : String
Date of publishing a comment, formatted as a string. | Comment | ||
email : String
Email of the user who published the comment. | Comment | ||
timeStamp : Date
Date of publishing a comment. | Comment | ||
userName : String
Name of the user who published the comment. | Comment |
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
Comment()
The constructor for Comment class. | Comment | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Détails de la propriété
comment | propriété |
comment:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Text of a comment.
Implémentation
public function get comment():String
public function set comment(value:String):void
dateString | propriété |
dateString:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Date of publishing a comment, formatted as a string.
Implémentation
public function get dateString():String
public function set dateString(value:String):void
propriété |
email:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Email of the user who published the comment.
Implémentation
public function get email():String
public function set email(value:String):void
timeStamp | propriété |
timeStamp:Date
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Date of publishing a comment.
Implémentation
public function get timeStamp():Date
public function set timeStamp(value:Date):void
userName | propriété |
userName:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Name of the user who published the comment.
Implémentation
public function get userName():String
public function set userName(value:String):void
Détails du constructeur
Comment | () | Constructeur |
public function Comment()
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
The constructor for Comment
class.
Tue Jun 12 2018, 09:30 AM Z