Uses of Class
com.yahoo.marketing.apt.TextFlashVariable

Packages that use TextFlashVariable
com.yahoo.marketing.apt   
 

Uses of TextFlashVariable in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as TextFlashVariable
private  TextFlashVariable[] CustomizableFlashCreative.textFlashVariables
           
 

Methods in com.yahoo.marketing.apt that return TextFlashVariable
 TextFlashVariable[] CustomizableFlashCreative.getTextFlashVariables()
          Gets the textFlashVariables value for this CustomizableFlashCreative.
 

Methods in com.yahoo.marketing.apt with parameters of type TextFlashVariable
 void CustomizableFlashCreative.setTextFlashVariables(TextFlashVariable[] textFlashVariables)
          Sets the textFlashVariables value for this CustomizableFlashCreative.
 

Constructors in com.yahoo.marketing.apt with parameters of type TextFlashVariable
CustomizableFlashCreative(java.lang.Long ID, java.lang.String accountID, byte[] binaryData, java.util.Calendar createTimestamp, java.lang.String fileExtension, java.lang.Long flashCreativeID, java.lang.String flashVersion, java.lang.Long folderID, java.lang.Long frameCount, java.lang.Long frameRate, java.lang.Boolean hasAudio, java.lang.Boolean hasVideo, java.lang.Long height, ImageFlashVariable[] imageFlashVariables, java.util.Calendar lastUpdateTimestamp, java.lang.String name, java.lang.String secureURL, CreativeStatus status, TextFlashVariable[] textFlashVariables, CreativeType type, java.lang.String url, java.lang.String urlPath, java.lang.Long weight, java.lang.Long width)