com.siviam.bobup.general
Interface IBackupPart


public interface IBackupPart

Backup parts are constituents of a business object IBackup.

Author:
vishnu

Method Summary
 java.lang.String getBusinessObjectId()
          * Obtains the unique identifier of the business object associated with this IBackupPart instance.
 java.lang.String getId()
          Obtains the unique identifier of this part.
 java.lang.String getName()
          The name of this part.
 java.lang.String getType()
          A backup part must have a type, and the type is used to select the handler that can handle this type of backup part.
 

Method Detail

getBusinessObjectId

public java.lang.String getBusinessObjectId()
* Obtains the unique identifier of the business object associated with this IBackupPart instance.

Returns:

getId

public java.lang.String getId()
Obtains the unique identifier of this part.

Returns:
the unique identifier of this part.

getType

public java.lang.String getType()
A backup part must have a type, and the type is used to select the handler that can handle this type of backup part.

Returns:

getName

public java.lang.String getName()
The name of this part.

Returns:


Copyright © 2001-2006. All Rights Reserved.