|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
|
java.lang.String |
description
|
int |
httpsValue
|
java.lang.String |
interfaceName
|
java.lang.Integer |
storeEntityId
|
java.lang.String |
url
|
Constructor Summary | |
UrlRegistryEntry()
Default UrlRegistry constructor. |
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 boolean authenticated
public java.lang.String description
public int httpsValue
public java.lang.String interfaceName
public java.lang.Integer storeEntityId
public java.lang.String url
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
- booleanpublic void setHttps(int newValue)
newValue
- java.lang.Stringpublic void setInterfaceName(java.lang.String newValue)
newValue
- java.lang.Stringpublic void setStoreEntityId(java.lang.Integer newValue)
newValue
- java.lang.Integerpublic void setUrl(java.lang.String newValue)
newValue
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |