Saturday, August 6, 2011

More about TypedProperty

   TypedProperty
  • Which extends HashTable
  •  Implements Serializable
  •  com.ibm.commerce.datatype.TypedProperty
  •  TypedProperty(),
  • TypedProperty(int initialCapacity),
  • TypedProperty(int initialCapacity, float loadFactor)
  • TypedProperty(Hashtable hTP) are constructors
  • example
  • TypedProperty rspProp = getRequestProperties();
  • rspProp.put("catalogId","10051");
  • Located in Enablement-BaseComponentLogic.jar

1 comment: