Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: ucb ::

interface XPersistentPropertySet

Base Interface
com::sun::star::beans::XPropertySet

Description
A persistent propertyset, which can be saved in and restored from a XPropertySetRegistry .


Known Services which Export this Interface

com::sun::star::ucb::PersistentPropertySet This service containss the interfaces to implement by objects returned by XPropertySetRegistry::openPropertySet .

Methods' Summary

getRegistry returns the registry used to store the property set.
getKey returns the key used to address the set in the propertyset registry.

Methods' Details

getRegistry
 
com::sun::star::ucb::XPropertySetRegistry
getRegistry();
Description
returns the registry used to store the property set.
Returns
The registry.
getKey
 
string
getKey();
Description
returns the key used to address the set in the propertyset registry.
Returns
The key.

Top of Page