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
           
 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

authenticated

public boolean authenticated

description

public java.lang.String description

httpsValue

public int httpsValue

interfaceName

public java.lang.String interfaceName

storeEntityId

public java.lang.Integer storeEntityId

url

public java.lang.String url
Constructor Detail

UrlRegistryEntry

public UrlRegistryEntry()
Default UrlRegistry constructor.
Method Detail

getInterfaceName

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

getStoreEntityId

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

getUrl

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

isAuthenticated

public boolean isAuthenticated()
Checks if this url required authentication
Returns:
boolean - true if this url requires authentication

isHttp

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

isHttps

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

setAuthenticated

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

setHttps

public void setHttps(int newValue)
Sets the Https property.
Parameters:
newValue - java.lang.String

setInterfaceName

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

setStoreEntityId

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

setUrl

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