@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 URLHandler
public void setId(Long id)
setId
in interface URLHandler
public String getIncomingURL()
getIncomingURL
in interface URLHandler
public void setIncomingURL(String incomingURL)
setIncomingURL
in interface URLHandler
public String getNewURL()
getNewURL
in interface URLHandler
public void setNewURL(String newURL)
setNewURL
in interface URLHandler
public URLRedirectType getUrlRedirectType()
getUrlRedirectType
in interface URLHandler
public void setUrlRedirectType(URLRedirectType redirectType)
setUrlRedirectType
in interface URLHandler
public String getMainEntityName()
getMainEntityName
in interface AdminMainEntity
Copyright © 2014. All rights reserved.