com.sap.mdm.server
Class ServerLogProperties

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

public class ServerLogProperties
extends Object

ServerLogProperties specifies the detail information about a server log.


Constructor Summary
ServerLogProperties(String fileName, String operation, String timeStamp, RepositoryIdentifier repository)
          Constructor for 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 getRepositoryIdentifier()
          Returns the repository that produced this log.
 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

ServerLogProperties

public ServerLogProperties(String fileName,
                           String operation,
                           String timeStamp,
                           RepositoryIdentifier repository)
Constructor for the specified parameters.

Parameters:
fileName - the file name.
operation - the operation that was performed.
timeStamp - the time stamp the log was created.
repository - the repository the log was created for.
Method Detail

getFileName

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

Returns:
Returns the file name.

getRepositoryIdentifier

public RepositoryIdentifier getRepositoryIdentifier()
Returns the repository that produced this log.

Returns:
Returns the repository identifier.

getTimeStamp

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

Returns:
Returns the time stamp.

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.