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

Packages that use Url
com.yahoo.marketing.apt   
 

Uses of Url in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as Url
private  Url CompositeURL.clickThroughURL
           
private  Url CompositeURL.clickTrackingURL
           
 

Methods in com.yahoo.marketing.apt that return Url
 Url CompositeURL.getClickThroughURL()
          Gets the clickThroughURL value for this CompositeURL.
 Url CompositeURL.getClickTrackingURL()
          Gets the clickTrackingURL value for this CompositeURL.
 

Methods in com.yahoo.marketing.apt with parameters of type Url
 void CompositeURL.setClickThroughURL(Url clickThroughURL)
          Sets the clickThroughURL value for this CompositeURL.
 void CompositeURL.setClickTrackingURL(Url clickTrackingURL)
          Sets the clickTrackingURL value for this CompositeURL.
 

Constructors in com.yahoo.marketing.apt with parameters of type Url
CompositeURL(Url clickThroughURL, Url clickTrackingURL, java.lang.Integer urlIndex)