|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objects that implement this interface indicate that they are business objects
that can be backed up. An IBackup
instance does not strictly
correspond to a particular business object. In fact, more than one type
of IBackup instance could correspond to a business object. However, every
IBackup instance is uniquely identifiable through the getId()
method and associated with the unique business object through the
getBusinessObjectId()
method.
Method Summary | |
java.lang.String |
getBusinessObjectId()
Obtains the unique identifier of the business object associated with this IBackup instance. |
java.lang.String |
getId()
Obtains the unique identifier of this object. |
IBackupPart[] |
getParts(java.lang.Object object)
Obtains the constituent parts of this backup object. |
Method Detail |
public java.lang.String getBusinessObjectId()
IBackup
instance.
public java.lang.String getId()
public IBackupPart[] getParts(java.lang.Object object) throws java.lang.Exception
object
- any object needed for this implementation to generate its
constituent parts.
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |