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
Hi,
ReplyDeleteHow can we make ordered TypedProperty object?
Tushar