com.solidstategroup.cms.utils
Class VanityURL

java.lang.Object
  extended by com.solidstategroup.cms.utils.VanityURL

public class VanityURL
extends java.lang.Object


Constructor Summary
VanityURL()
           
 
Method Summary
 java.lang.String getRedirect()
           
 java.lang.String getRootURL()
           
 int getVanityURLId()
           
 boolean isExactMatch()
           
 void setExactMatch(boolean exactMatch)
           
 void setRedirect(java.lang.String redirect)
           
 void setRootURL(java.lang.String rootURL)
           
 void setVanityURLId(int vanityURLId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VanityURL

public VanityURL()
Method Detail

getVanityURLId

public int getVanityURLId()

setVanityURLId

public void setVanityURLId(int vanityURLId)

getRootURL

public java.lang.String getRootURL()

setRootURL

public void setRootURL(java.lang.String rootURL)

isExactMatch

public boolean isExactMatch()

setExactMatch

public void setExactMatch(boolean exactMatch)

getRedirect

public java.lang.String getRedirect()

setRedirect

public void setRedirect(java.lang.String redirect)