com.sap.mdm.server
Class DBMSProperties

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

public class DBMSProperties
extends Object

DBMSProperties specifies a DBMS server.


Constructor Summary
DBMSProperties(String name, DBMSType dbmsType)
          Creates an instance identifying a DBMS server.
 
Method Summary
 boolean equals(Object obj)
           
 DBMSType getDBMSType()
          Returns the DBMS type.
 String getName()
          Returns the DBMS server name.
 int hashCode()
           
 void setDBMSType(DBMSType dbmsType)
          Sets the DBMS type.
 void setName(String name)
          Sets the DBMS server name.
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DBMSProperties

public DBMSProperties(String name,
                      DBMSType dbmsType)
Creates an instance identifying a DBMS server.

Parameters:
name - the DBMS server.
dbmsType - the DBMS type.
Method Detail

getName

public String getName()
Returns the DBMS server name.

Returns:
DBMS server name.

setName

public void setName(String name)
Sets the DBMS server name.

Parameters:
name - the DBMS server name.

getDBMSType

public DBMSType getDBMSType()
Returns the DBMS type.

Returns:
the DBMS type.

setDBMSType

public void setDBMSType(DBMSType dbmsType)
Sets the DBMS type.

Parameters:
dbmsType - the DBMS type.

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.