Skip navigation links
oracle.wsm.mds
Class MDSConfig
java.lang.Object
oracle.wsm.mds.MDSConfig
-
public class MDSConfig
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MDSConfig
public MDSConfig()
getOwsmHome
public String getOwsmHome()
-
- Returns:
- the owsmHome
setOwsmHome
public void setOwsmHome(String owsmHome)
-
- Parameters:
owsmHome
- the owsmHome to set
getUserName
public String getUserName()
-
- Returns:
- the userName
setUserName
public void setUserName(String userName)
-
- Parameters:
userName
- the userName to set
getPassword
public String getPassword()
-
- Returns:
- the password
setPassword
public void setPassword(String password)
-
- Parameters:
password
- the password to set
getJdbcURL
public String getJdbcURL()
-
- Returns:
- the jdbcURL
setJdbcURL
public void setJdbcURL(String jdbcURL)
-
- Parameters:
jdbcURL
- the jdbcURL to set
getPersistenceType
public String getPersistenceType()
-
- Returns:
- the persistenceType
setPersistenceType
public void setPersistenceType(String persistenceType)
-
- Parameters:
persistenceType
- the persistenceType to set
getMdsHome
public String getMdsHome()
-
- Returns:
- the mdsHome
setMdsHome
public void setMdsHome(String mdsHome)
-
- Parameters:
mdsHome
- the mdsHome to set
getPartition
public String getPartition()
-
- Returns:
- the partition
setPartition
public void setPartition(String partition)
-
- Parameters:
partition
- the partition to set
Skip navigation links
Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.