java.lang.Object | +--com.ibm.commerce.registry.UrlRegistryEntry
Url regsitry entry. This is an internal class used by the Url registry.
Field Summary | |
---|---|
boolean |
authenticated The default value of the authenticated parameter. |
java.lang.String |
description The default value of the description parameter. |
int |
httpsValue The default value of the https parameter. |
java.lang.String |
interfaceName The default value of the interface name parameter. |
java.lang.Integer |
storeEntityId The default value of the store entity parameter. |
java.lang.String |
url The default value of the url parameter. |
Constructor Summary | |
---|---|
UrlRegistryEntry() Constructor for UrlRegistry. |
Method Summary | |
---|---|
java.lang.String |
getInterfaceName() Gets the interface name. |
java.lang.Integer |
getStoreEntityId() Gets the store Id |
java.lang.String |
getUrl() Gets the url name. |
boolean |
isAuthenticated() Checks if this url required authentication. |
boolean |
isHttp() Checks if this url requires a switch back from https to http. |
boolean |
isHttps() Checks if this url requires a switch back from http to https. |
void |
setAuthenticated(boolean newValue) Set the authentication property. |
void |
setHttps(int newValue) Sets the Https property. |
void |
setInterfaceName(java.lang.String newValue) Sets the interface name. |
void |
setStoreEntityId(java.lang.Integer newValue) Sets the store Id. |
void |
setUrl(java.lang.String newValue) Set sthe url name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String interfaceName
public java.lang.String description
public java.lang.String url
public java.lang.Integer storeEntityId
public boolean authenticated
public int httpsValue
Constructor Detail |
---|
public UrlRegistryEntry()
Method Detail |
---|
public java.lang.String getInterfaceName()
public java.lang.Integer getStoreEntityId()
public java.lang.String getUrl()
public boolean isAuthenticated()
public boolean isHttp()
public boolean isHttps()
public void setAuthenticated(boolean newValue)
newValue
- authentication valuepublic void setHttps(int newValue)
newValue
- https valuepublic void setInterfaceName(java.lang.String newValue)
newValue
- interface namepublic void setStoreEntityId(java.lang.Integer newValue)
newValue
- store Idpublic void setUrl(java.lang.String newValue)
newValue
- url name