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

Packages that use TextFlashVariableValue
com.yahoo.marketing.apt   
 

Uses of TextFlashVariableValue in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as TextFlashVariableValue
private  TextFlashVariableValue[] LibraryCustomizableFlashAd.textFlashVariableValues
           
 

Methods in com.yahoo.marketing.apt that return TextFlashVariableValue
 TextFlashVariableValue[] LibraryCustomizableFlashAd.getTextFlashVariableValues()
          Gets the textFlashVariableValues value for this LibraryCustomizableFlashAd.
 

Methods in com.yahoo.marketing.apt with parameters of type TextFlashVariableValue
 void LibraryCustomizableFlashAd.setTextFlashVariableValues(TextFlashVariableValue[] textFlashVariableValues)
          Sets the textFlashVariableValues value for this LibraryCustomizableFlashAd.
 

Constructors in com.yahoo.marketing.apt with parameters of type TextFlashVariableValue
LibraryCustomizableFlashAd(java.lang.Long ID, java.lang.String accountID, AdFormat adFormat, java.lang.Long adSizeID, AlternateImage alternateImage, java.lang.Boolean associatedToAdGroup, CompositeURL[] compositeClickThroughURLs, java.util.Calendar createTimestamp, java.lang.Long customizableFlashTemplateID, EditorialStatus editorialStatus, java.lang.Long flashCreativeID, java.lang.String flashCreativeURL, java.lang.Long folderID, java.lang.Long height, ImageFlashVariableValue[] imageFlashVariableValues, java.lang.String impressionTrackingURL, java.lang.Boolean isLocalCreative, java.util.Calendar lastUpdateTimestamp, java.lang.String name, LibraryAdStatus status, TextFlashVariableValue[] textFlashVariableValues, AdType type, java.lang.Long weight, java.lang.Long width, WindowTarget windowTarget)