java.lang.Object | +--com.ibm.commerce.registry.ViewRegistryEntry
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
Constructor Detail |
---|
public ViewRegistryEntry()
Method Detail |
---|
public java.lang.String getClassName()
public TypedProperty getDefaultProperties()
public java.lang.String getDeviceId()
public java.lang.String getInterfaceName()
public java.lang.String getProperties()
public java.lang.Integer getStoreEntityId()
public java.lang.String getViewName()
public boolean isGeneric()
public boolean isHttp()
public boolean isHttps()
public void setClassName(java.lang.String newValue)
newValue
- class namepublic void setDefaultProperties(TypedProperty newValue)
newValue
- the default propertiespublic void setDeviceId(java.lang.String newValue)
newValue
- device format idpublic void setGeneric(boolean newValue)
newValue
- true if the view is generic; false
otherwisepublic void setHttps(int newValue)
newValue
- true is https is required; false
otherwisepublic void setInterfaceName(java.lang.String newValue)
newValue
- interface namepublic void setProperties(java.lang.String newValue)
newValue
- properties of the viewpublic void setStoreEntityId(java.lang.Integer newValue)
newValue
- the store Idpublic void setViewName(java.lang.String newValue)
newValue
- name of view