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.


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
 
Constructor Summary
ViewRegistryEntry()
          Constructor for ViewRegistryEntry.
 
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
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values
Constructor Detail

ViewRegistryEntry

public ViewRegistryEntry()
Constructor for ViewRegistryEntry.
Method Detail

getClassName

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

getDefaultProperties

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

getDeviceId

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

getInterfaceName

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

getProperties

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

getStoreEntityId

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

getViewName

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

isGeneric

public boolean isGeneric()
Returns the generic property for the view.
Returns:
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:
true if we need to switch to http; false otherwise

isHttps

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

setClassName

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

setDefaultProperties

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

setDeviceId

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

setGeneric

public void setGeneric(boolean newValue)
Sets the generic property.
Parameters:
newValue - true if the view is generic; false otherwise

setHttps

public void setHttps(int newValue)
Sets the Https value for the entry.
Parameters:
newValue - true is https is required; false otherwise

setInterfaceName

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

setProperties

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

setStoreEntityId

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

setViewName

public void setViewName(java.lang.String newValue)
Sets the view name.
Parameters:
newValue - name of view