com.sap.mdm.server
Class RepositoryArchiveProperties

java.lang.Object
  extended bycom.sap.mdm.server.RepositoryArchiveProperties

public class RepositoryArchiveProperties
extends Object

RepositoryArchiveProperties specifies detail information about an archive repository.


Constructor Summary
RepositoryArchiveProperties(String fileName, int version, int mainPartitionSize, int thumbnailPartitionSize, int originalPartitionSize, int imageVariantParitionSize, String originalName, String hostName, int dbmsVersion, String date, String serverVersion, DBMSProperties dbms, boolean validForThisServer, boolean isSchemaOnly, boolean hasMasks)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDate()
          Returns the date the repository was archived.
 DBMSProperties getDbms()
          Returns the DBMS server the repository was on.
 int getDbmsVersion()
          Returns the DBMS version.
 String getFileName()
          Returns the file name of the archived repository.
 String getHostName()
          Returns the host name the repository was archived on.
 int getImageVariantPartitionSize()
          Returns the size for the image variant partition.
 int getMainPartitionSize()
          Returns the size for the main partition.
 String getOriginalName()
          Returns the original repository name.
 int getOriginalPartitionSize()
          Returns the size for the original binary blob partition.
 String getServerVersion()
          Returns the version of the server that created this archive.
 int getThumbnailPartitionSize()
          Returns the size of the thumbnail binary blob partition.
 int getVersion()
          Returns the archiving version used to archive the repository.
 int hashCode()
           
 boolean isSchemaOnly()
          Returns whether the archive is a schema only archive, no real data.
 boolean isUsedMasks()
          Returns whether masks were used to create this archive.
 boolean isValidForThisServer()
          Returns whether the archive is compatible with the current version of the server.
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryArchiveProperties

public RepositoryArchiveProperties(String fileName,
                                   int version,
                                   int mainPartitionSize,
                                   int thumbnailPartitionSize,
                                   int originalPartitionSize,
                                   int imageVariantParitionSize,
                                   String originalName,
                                   String hostName,
                                   int dbmsVersion,
                                   String date,
                                   String serverVersion,
                                   DBMSProperties dbms,
                                   boolean validForThisServer,
                                   boolean isSchemaOnly,
                                   boolean hasMasks)
Method Detail

getDate

public String getDate()
Returns the date the repository was archived.

Returns:
Returns the date.

getDbmsVersion

public int getDbmsVersion()
Returns the DBMS version.

Returns:
Returns the DBMS version.

getFileName

public String getFileName()
Returns the file name of the archived repository.

Returns:
Returns the file name.

getHostName

public String getHostName()
Returns the host name the repository was archived on.

Returns:
Returns the host name.

getImageVariantPartitionSize

public int getImageVariantPartitionSize()
Returns the size for the image variant partition.

Returns:
Returns the image variant partition size.

getMainPartitionSize

public int getMainPartitionSize()
Returns the size for the main partition.

Returns:
Returns the main partition size.

getOriginalName

public String getOriginalName()
Returns the original repository name.

Returns:
Returns the original name.

getOriginalPartitionSize

public int getOriginalPartitionSize()
Returns the size for the original binary blob partition.

Returns:
Returns the original binary blob partition size.

isSchemaOnly

public boolean isSchemaOnly()
Returns whether the archive is a schema only archive, no real data.

Returns:
Returns whether the archive is schema only.

getServerVersion

public String getServerVersion()
Returns the version of the server that created this archive.

Returns:
Returns the server version.

getThumbnailPartitionSize

public int getThumbnailPartitionSize()
Returns the size of the thumbnail binary blob partition.

Returns:
Returns the thumbnail partition size.

isUsedMasks

public boolean isUsedMasks()
Returns whether masks were used to create this archive.

Returns:
Returns whether masks are used.

isValidForThisServer

public boolean isValidForThisServer()
Returns whether the archive is compatible with the current version of the server.

Returns:
Returns whether the archive is valid for this server.

getVersion

public int getVersion()
Returns the archiving version used to archive the repository.

Returns:
Returns the version.

getDbms

public DBMSProperties getDbms()
Returns the DBMS server the repository was on.

Returns:
Returns the DBMS server.

hashCode

public int hashCode()

equals

public boolean equals(Object obj)

toString

public String toString()


Copyright 2004-2007 by SAP AG. All Rights Reserved.

SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies (SAP Group) for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.