public Hashtable getBusObjASIHashtable(String delimiter);
A java.util.Hashtable object that contains the name-value pairs in the application-specific information of the business object definition.
The getBusObjASIHashtable() method parses the application-specific information for the business object definition associated with the current business object and returns a hash table of the name-value pairs. For example, these name-value pairs could appear as:
ASI=CN=colname:FK=attr1:UID=attr2:...
This example assumes that a colon (:) is specified as the delimiter.