@Entity public class URLHandlerImpl extends Object implements URLHandler, Serializable, AdminMainEntity
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected String |
incomingURL |
protected String |
newURL |
protected String |
urlRedirectType |
MAIN_ENTITY_NAME_PROPERTY| Constructor and Description |
|---|
URLHandlerImpl() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
String |
getIncomingURL() |
String |
getMainEntityName() |
String |
getNewURL() |
URLRedirectType |
getUrlRedirectType() |
void |
setId(Long id) |
void |
setIncomingURL(String incomingURL) |
void |
setNewURL(String newURL) |
void |
setUrlRedirectType(URLRedirectType redirectType) |
protected Long id
protected String incomingURL
protected String newURL
protected String urlRedirectType
public Long getId()
getId in interface URLHandlerpublic void setId(Long id)
setId in interface URLHandlerpublic String getIncomingURL()
getIncomingURL in interface URLHandlerpublic void setIncomingURL(String incomingURL)
setIncomingURL in interface URLHandlerpublic String getNewURL()
getNewURL in interface URLHandlerpublic void setNewURL(String newURL)
setNewURL in interface URLHandlerpublic URLRedirectType getUrlRedirectType()
getUrlRedirectType in interface URLHandlerpublic void setUrlRedirectType(URLRedirectType redirectType)
setUrlRedirectType in interface URLHandlerpublic String getMainEntityName()
getMainEntityName in interface AdminMainEntityCopyright © 2014. All rights reserved.