com.solidstategroup.sitetracker
Class Referrer
java.lang.Object
com.solidstategroup.sitetracker.Referrer
public class Referrer
- extends java.lang.Object
Models a Referrer within Replay. A referrer is a website or websites that linked to the current website. Users
entering the current website from a referrer will be recorded as having done so in the database.
Each referrer consists of a description and a series of search terms that match up to the referrer URL.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Referrer
public Referrer()
execute
public Referrer execute()
- Retrieves the current referrer details.
- Returns:
- The current referrer details.
store
public boolean store(java.sql.Connection con)
- Stores the current Referrer.
- Returns:
- The result of the storage attempt.
getReferrerId
public int getReferrerId()
setReferrerId
public void setReferrerId(int referrerId)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getSearchParameter
public java.lang.String getSearchParameter()
setSearchParameter
public void setSearchParameter(java.lang.String searchParameter)