org.broadleafcommerce.cms.url.domain
Class URLHandlerImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected Long id
incomingURL
protected String incomingURL
newURL
protected String newURL
urlRedirectType
protected String urlRedirectType
URLHandlerImpl
public URLHandlerImpl()
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.