com.ibm.commerce.registry
Class UrlRegistryEntry

java.lang.Object
  |
  +--com.ibm.commerce.registry.UrlRegistryEntry

public class UrlRegistryEntry
extends java.lang.Object

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

interfaceName

public java.lang.String interfaceName
The default value of the interface name parameter.

description

public java.lang.String description
The default value of the description parameter.

url

public java.lang.String url
The default value of the url parameter.

storeEntityId

public java.lang.Integer storeEntityId
The default value of the store entity parameter.

authenticated

public boolean authenticated
The default value of the authenticated parameter.

httpsValue

public int httpsValue
The default value of the https parameter.
Constructor Detail

UrlRegistryEntry

public UrlRegistryEntry()
Constructor for UrlRegistry.
Method Detail

getInterfaceName

public java.lang.String getInterfaceName()
Gets the interface name.
Returns:
interface name

getStoreEntityId

public java.lang.Integer getStoreEntityId()
Gets the store Id
Returns:
store Id

getUrl

public java.lang.String getUrl()
Gets the url name.
Returns:
url name

isAuthenticated

public boolean isAuthenticated()
Checks if this url required authentication.
Returns:
true if this url requires authentication; false otherwise

isHttp

public boolean isHttp()
Checks if this url requires a switch back from https to http.
Returns:
true if we need to switch to http; false otherwise

isHttps

public boolean isHttps()
Checks if this url requires a switch back from http to https.
Returns:
true if we need to switch to https; false otherwise

setAuthenticated

public void setAuthenticated(boolean newValue)
Set the authentication property.
Parameters:
newValue - authentication value

setHttps

public void setHttps(int newValue)
Sets the Https property.
Parameters:
newValue - https value

setInterfaceName

public void setInterfaceName(java.lang.String newValue)
Sets the interface name.
Parameters:
newValue - interface name

setStoreEntityId

public void setStoreEntityId(java.lang.Integer newValue)
Sets the store Id.
Parameters:
newValue - store Id

setUrl

public void setUrl(java.lang.String newValue)
Set sthe url name.
Parameters:
newValue - url name