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

Packages that use AlternateImage
com.yahoo.marketing.apt   
 

Uses of AlternateImage in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as AlternateImage
private  AlternateImage LibraryFlashAd.alternateImage
           
private  AlternateImage LibraryCustomizableFlashAd.alternateImage
           
 

Methods in com.yahoo.marketing.apt that return AlternateImage
 AlternateImage LibraryFlashAd.getAlternateImage()
          Gets the alternateImage value for this LibraryFlashAd.
 AlternateImage LibraryCustomizableFlashAd.getAlternateImage()
          Gets the alternateImage value for this LibraryCustomizableFlashAd.
 

Methods in com.yahoo.marketing.apt with parameters of type AlternateImage
 void LibraryFlashAd.setAlternateImage(AlternateImage alternateImage)
          Sets the alternateImage value for this LibraryFlashAd.
 void LibraryCustomizableFlashAd.setAlternateImage(AlternateImage alternateImage)
          Sets the alternateImage value for this LibraryCustomizableFlashAd.
 

Constructors in com.yahoo.marketing.apt with parameters of type AlternateImage
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)
           
LibraryFlashAd(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, EditorialStatus editorialStatus, java.lang.Long flashCreativeID, java.lang.String flashCreativeURL, java.lang.Long folderID, java.lang.Long height, java.lang.String impressionTrackingURL, java.lang.Boolean isLocalCreative, java.util.Calendar lastUpdateTimestamp, java.lang.String name, LibraryAdStatus status, AdType type, java.lang.Long weight, java.lang.Long width, WindowTarget windowTarget)