Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.persistence
Interface IBundleReferencePersistable

All Superinterfaces:
IPersistable

public interface IBundleReferencePersistable
extends IPersistable

Instances of the IBundleReferencePersistable interface are standard IPersistable classes that must also be able to provide a reference to the bundle from which they may be loaded.

EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the MTJ team.

Since:
1.0

Method Summary
 String getBundle()
          Return the bundle identifier that should be used to load this persistable.
 void setBundle(String bundle)
          Set the bundle identifier that is used to load this persistable.
 
Methods inherited from interface org.eclipse.mtj.core.persistence.IPersistable
loadUsing, storeUsing
 

Method Detail

getBundle

String getBundle()
Return the bundle identifier that should be used to load this persistable.

Returns:

setBundle

void setBundle(String bundle)
Set the bundle identifier that is used to load this persistable.

Parameters:
bundle -

Mobile Tools for Java
Release 1.0