cvm.ncb.csm
Class CSM_PropBridgeSpecisific

java.lang.Object
  extended by cvm.ncb.csm.CSM_PropBridgeSpecisific

public class CSM_PropBridgeSpecisific
extends java.lang.Object

Bridge specific property file.

Author:
Frank Hernandez

Field Summary
static java.lang.String SB_PASWORD
           
static java.lang.String SB_USERNAME
           
 
Method Summary
 java.lang.String getProperty(java.lang.String prop)
          This function returns the value of the property.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SB_USERNAME

public static final java.lang.String SB_USERNAME
See Also:
Constant Field Values

SB_PASWORD

public static final java.lang.String SB_PASWORD
See Also:
Constant Field Values
Method Detail

getProperty

public java.lang.String getProperty(java.lang.String prop)
This function returns the value of the property.

Parameters:
prop -
Returns:
value of property

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object