com.ibm.commerce.registry
Class ViewRegistryEntry

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

public class ViewRegistryEntry
extends java.lang.Object

View registry entry. This is an internal class used by the view registry.


Constructor Summary
ViewRegistryEntry()
          Default constructor.
 
Method Summary
 java.lang.String getClassName()
          Gets the class name.
 TypedProperty getDefaultProperties()
          Gets the default properties.
 java.lang.String getDeviceId()
          Gets the device format id.
 java.lang.String getInterfaceName()
          Gets the interface name.
 java.lang.String getProperties()
          Gets default properties for this view as string.
 java.lang.Integer getStoreEntityId()
          Gets the store Id
 java.lang.String getViewName()
          Gets the view name.
 boolean isGeneric()
          Returns the generic property for the view.
 boolean isHttp()
          Checks if this view requires a switch from https to http
 boolean isHttps()
          Checks if this view requires a switch from http to https
 void setClassName(java.lang.String newValue)
          Sets the class name.
 void setDefaultProperties(TypedProperty newValue)
          Sets the default properties..
 void setDeviceId(java.lang.String newValue)
          Sets the device format id.
 void setGeneric(boolean newValue)
          Sets the generic property.
 void setHttps(int newValue)
          Sets the Https value for the entry.
 void setInterfaceName(java.lang.String newValue)
          Sets the interface name.
 void setProperties(java.lang.String newValue)
          Sets the properties .
 void setStoreEntityId(java.lang.Integer newValue)
          Sets the store Id.
 void setViewName(java.lang.String newValue)
          Sets the view name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewRegistryEntry

public ViewRegistryEntry()
Default constructor.
Method Detail

getClassName

public java.lang.String getClassName()
Gets the class name.
Returns:
java.lang.String - command class name

getDefaultProperties

public TypedProperty getDefaultProperties()
Gets the default properties.
Returns:
TypedProperty - default properties

getDeviceId

public java.lang.String getDeviceId()
Gets the device format id.
Returns:
java.lang.String - device format id

getInterfaceName

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

getProperties

public java.lang.String getProperties()
Gets default properties for this view as string.
Returns:
java.lang.String

getStoreEntityId

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

getViewName

public java.lang.String getViewName()
Gets the view name.
Returns:
java.lang.String - view name

isGeneric

public boolean isGeneric()
Returns the generic property for the view.
Returns:
boolean - true if this is a generic view command false otherwise

isHttp

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

isHttps

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

setClassName

public void setClassName(java.lang.String newValue)
Sets the class name.
Parameters:
newValue - java.lang.String

setDefaultProperties

public void setDefaultProperties(TypedProperty newValue)
Sets the default properties..
Parameters:
newValue - TypedProperty - the default properties

setDeviceId

public void setDeviceId(java.lang.String newValue)
Sets the device format id.
Parameters:
newValue - java.lang.String - device format id

setGeneric

public void setGeneric(boolean newValue)
Sets the generic property.
Parameters:
newValue - boolean

setHttps

public void setHttps(int newValue)
Sets the Https value for the entry.

Parameters:
newValue - boolean

setInterfaceName

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

setProperties

public void setProperties(java.lang.String newValue)
Sets the properties .
Parameters:
newValue - java.lang.String

setStoreEntityId

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

setViewName

public void setViewName(java.lang.String newValue)
Sets the view name.

Parameters:
newValue - java.lang.String - name of view