org.broadleafcommerce.cms.url.domain
Class URLHandlerImpl

java.lang.Object
  extended by org.broadleafcommerce.cms.url.domain.URLHandlerImpl
All Implemented Interfaces:
Serializable, URLHandler

@Entity
public class URLHandlerImpl
extends Object
implements URLHandler, Serializable

Author:
priyeshpatel
See Also:
Serialized Form

Field Summary
protected  Long id
           
protected  String incomingURL
           
protected  String newURL
           
protected  String urlRedirectType
           
 
Constructor Summary
URLHandlerImpl()
           
 
Method Summary
 Long getId()
           
 String getIncomingURL()
           
 String getNewURL()
           
 URLRedirectType getUrlRedirectType()
           
 void setId(Long id)
           
 void setIncomingURL(String incomingURL)
           
 void setNewURL(String newURL)
           
 void setUrlRedirectType(URLRedirectType redirectType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

incomingURL

protected String incomingURL

newURL

protected String newURL

urlRedirectType

protected String urlRedirectType
Constructor Detail

URLHandlerImpl

public URLHandlerImpl()
Method Detail

getId

public Long getId()
Specified by:
getId in interface URLHandler

setId

public void setId(Long id)
Specified by:
setId in interface URLHandler

getIncomingURL

public String getIncomingURL()
Specified by:
getIncomingURL in interface URLHandler

setIncomingURL

public void setIncomingURL(String incomingURL)
Specified by:
setIncomingURL in interface URLHandler

getNewURL

public String getNewURL()
Specified by:
getNewURL in interface URLHandler

setNewURL

public void setNewURL(String newURL)
Specified by:
setNewURL in interface URLHandler

getUrlRedirectType

public URLRedirectType getUrlRedirectType()
Specified by:
getUrlRedirectType in interface URLHandler

setUrlRedirectType

public void setUrlRedirectType(URLRedirectType redirectType)
Specified by:
setUrlRedirectType in interface URLHandler


Copyright © 2013. All Rights Reserved.