|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.registry.ViewRegistryEntry
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 |
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
- java.lang.Stringpublic void setDefaultProperties(TypedProperty newValue)
newValue
- TypedProperty - the default propertiespublic void setDeviceId(java.lang.String newValue)
newValue
- java.lang.String - device format idpublic void setGeneric(boolean newValue)
newValue
- booleanpublic void setHttps(int newValue)
newValue
- booleanpublic void setInterfaceName(java.lang.String newValue)
newValue
- java.lang.String - interface namepublic void setProperties(java.lang.String newValue)
newValue
- java.lang.Stringpublic void setStoreEntityId(java.lang.Integer newValue)
newValue
- java.lang.String - the store Idpublic void setViewName(java.lang.String newValue)
newValue
- java.lang.String - name of view
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |