com.ibm.ecm.configuration

Class MobileFeatureConfig

  1. java.lang.Object
  2. extended bycom.ibm.ecm.configuration.ConfigurationObject
  3. extended bycom.ibm.ecm.configuration.MobileFeatureConfig

  1. public class MobileFeatureConfig
  2. extends ConfigurationObject

Field Summary

Fields inherited from class com.ibm.ecm.configuration.ConfigurationObject
ARRAY_DELIMITER, cloned, KEY_DELIMITER, LIST_ESC_CHAR, LIST_ESCAPE, LIST_SEPARATOR, MODIFIER, properties

Constructor Summary

Constructor and Description
MobileFeatureConfig(org.apache.commons.configuration.Configuration configuration,java.lang.String idPrefix,java.lang.String id)

Method Summary

Modifier and Type Method and Description
  1. protected
  2. java.lang.Class
getDataType(java.lang.String key)
  1. java.lang.String
getDesktopId()
  1. java.lang.String
getDisplay()
  1. java.lang.String
getIconFile()
  1. java.lang.String
getName()
  1. java.lang.String
getObjectType()
  1. java.lang.String
getUrl()
  1. void
setDesktopId(java.lang.String desktopId)
  1. void
setDisplay(java.lang.String display)
  1. void
setIconFile(java.lang.String iconFile)
  1. void
setName(java.lang.String name)
  1. void
setUrl(java.lang.String url)
  1. java.lang.String
toString()
Methods inherited from class com.ibm.ecm.configuration.ConfigurationObject
addValueToList, arrayToString, covertEmptyStringtoNull, delete, dump, getConfigurationObject, getDataTypeValue, getIdPrefix, getKey, getList, getMap, getObjectId, getPropertyNames, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValue, isEmpty, load, propertiesToString, removeValuesFromList, removeValuesFromList, save, setDefaultValue, setProperty, setValues, setValues, setValues, skipThisPropertyWhenSaving, stringToArray, stringToList, toJSON, writeConfigurationToFile
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

MobileFeatureConfig

  1. public MobileFeatureConfig(org.apache.commons.configuration.Configuration configuration,
  2. java.lang.String idPrefix,
  3. java.lang.String id)

Method Detail

getObjectType

  1. public java.lang.String getObjectType( )
Description copied from class: ConfigurationObject
Abstract method to return object type.
Specified by:
Returns:
a string object type back, for example "desktop", "repository"...

getDataType

  1. protected java.lang.Class getDataType( java.lang.String key)
Description copied from class: ConfigurationObject
Returns the datatype of a configuration property. This is implemented in subclasses and is used to properly serialize the properties. The default implementation returns null which indicates that compatible behavior should be used, which inspects the property value itself and guesses at the type of the property.
Overrides:
Returns:
a Class instance describing the datatype of the property.

getDisplay

  1. public java.lang.String getDisplay( )

setDisplay

  1. public void setDisplay(java.lang.String display)

getIconFile

  1. public java.lang.String getIconFile( )

setIconFile

  1. public void setIconFile(java.lang.String iconFile)

getName

  1. public java.lang.String getName( )
Overrides:

setName

  1. public void setName(java.lang.String name)

getUrl

  1. public java.lang.String getUrl( )

setUrl

  1. public void setUrl(java.lang.String url)

getDesktopId

  1. public java.lang.String getDesktopId( )

setDesktopId

  1. public void setDesktopId(java.lang.String desktopId)

toString

  1. public java.lang.String toString( )
Description copied from class: ConfigurationObject
Override to return the object ID of this configuration back.
Overrides: