info.magnolia.module.googleanalytics.config
Class LinksTracking

java.lang.Object
  extended by info.magnolia.module.googleanalytics.config.LinksTracking

public class LinksTracking
extends Object

Specifies the links that have to be tracked. Supports download, mail, anchor and external types of links.


Constructor Summary
LinksTracking()
           
 
Method Summary
 LinksToTrack getAnchor()
           
 DownloadLinksToTrack getDownload()
           
 LinksToTrack getExternal()
           
 LinksToTrack getMail()
           
 boolean isEnabled()
           
 void setAnchor(LinksToTrack anchor)
           
 void setDownload(DownloadLinksToTrack downloadLinks)
           
 void setEnabled(boolean enabled)
           
 void setExternal(LinksToTrack externalLinks)
           
 void setMail(LinksToTrack mailLinks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinksTracking

public LinksTracking()
Method Detail

getDownload

public DownloadLinksToTrack getDownload()

setDownload

public void setDownload(DownloadLinksToTrack downloadLinks)

getExternal

public LinksToTrack getExternal()

setExternal

public void setExternal(LinksToTrack externalLinks)

getMail

public LinksToTrack getMail()

setMail

public void setMail(LinksToTrack mailLinks)

getAnchor

public LinksToTrack getAnchor()

setAnchor

public void setAnchor(LinksToTrack anchor)

isEnabled

public boolean isEnabled()

setEnabled

public void setEnabled(boolean enabled)


Copyright © 2009-2013 Magnolia International Ltd.. All Rights Reserved.