Package | com.adobe.solutions.rca.vo |
Classe | public class CustomAttributeVO |
Héritage | CustomAttributeVO BaseVO Object |
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) |
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
attrKey : String
Returns the custom attribute key. | CustomAttributeVO | ||
attrValue : String
Gets the attribute value. | CustomAttributeVO | ||
constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | Object | ||
id : String
Get the ID of the VO. | BaseVO | ||
reviewContext : ReviewContextVO
If the custom attribute is associated with a review instance then a reference to the review instance is returned. | CustomAttributeVO | ||
reviewTemplate : com.adobe.solutions.rca.vo:ReviewTemplateVO
If the custom attribute is associated with a review template then a reference of the review template is returned. | CustomAttributeVO |
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
The constructor for CustomAttributeVO class. | CustomAttributeVO | ||
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é
attrKey | propriété |
attrKey: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) |
Returns the custom attribute key.
Implémentation
public function get attrKey():String
public function set attrKey(value:String):void
attrValue | propriété |
attrValue: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) |
Gets the attribute value.
Implémentation
public function get attrValue():String
public function set attrValue(value:String):void
reviewContext | propriété |
reviewContext:ReviewContextVO
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) |
If the custom attribute is associated with a review instance then a reference to the review instance is returned.
Implémentation
public function get reviewContext():ReviewContextVO
public function set reviewContext(value:ReviewContextVO):void
reviewTemplate | propriété |
reviewTemplate:com.adobe.solutions.rca.vo:ReviewTemplateVO
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) |
If the custom attribute is associated with a review template then a reference of the review template is returned.
Implémentation
public function get reviewTemplate():com.adobe.solutions.rca.vo:ReviewTemplateVO
public function set reviewTemplate(value:com.adobe.solutions.rca.vo:ReviewTemplateVO):void
Détails du constructeur
CustomAttributeVO | () | Constructeur |
public function CustomAttributeVO()
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) |
The constructor for CustomAttributeVO
class.
Tue Jun 12 2018, 09:30 AM Z