com.sap.mdm.repository
Class RepositoryLogProperties

java.lang.Object
  extended bycom.sap.mdm.repository.RepositoryLogProperties

public class RepositoryLogProperties
extends Object

ServerLogProperties specifies detail information about a log file.


Constructor Summary
RepositoryLogProperties(String fileName, String timeStamp, String operation, RepositoryIdentifier sourceRepository, RepositoryIdentifier targetRepository)
          Constructor with the specified parameters.
 
Method Summary
 boolean equals(Object obj)
           
 String getFileName()
          Returns the file name of the log.
 String getOperation()
          Returns the operation that create this log.
 RepositoryIdentifier getSourceRepositoryIdentifier()
          Returns the specified source repository.
 RepositoryIdentifier getTargetRepositoryIdentifier()
          Returns the specified target repository.
 String getTimeStamp()
          Returns the time stamp the operation occurred.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryLogProperties

public RepositoryLogProperties(String fileName,
                               String timeStamp,
                               String operation,
                               RepositoryIdentifier sourceRepository,
                               RepositoryIdentifier targetRepository)
Constructor with the specified parameters.

Parameters:
fileName - the file name.
timeStamp - the time the operation started.
operation - the operation done on the repository.
sourceRepository - the repository that was operated on.
targetRepository - the target repository that was produced. It may be null.
Method Detail

getFileName

public String getFileName()
Returns the file name of the log.

Returns:
Returns the file name.

getTimeStamp

public String getTimeStamp()
Returns the time stamp the operation occurred.

Returns:
Returns the time stamp.

getSourceRepositoryIdentifier

public RepositoryIdentifier getSourceRepositoryIdentifier()
Returns the specified source repository.

Returns:
the repository.

getTargetRepositoryIdentifier

public RepositoryIdentifier getTargetRepositoryIdentifier()
Returns the specified target repository.

Returns:
the repository.

getOperation

public String getOperation()
Returns the operation that create this log.

Returns:
Returns the operation.

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.