org.glassfish.appclient.client.acc.config
Class CertDb

java.lang.Object
  extended by org.glassfish.appclient.client.acc.config.CertDb

public class CertDb
extends java.lang.Object


Field Summary
protected  java.lang.String password
           
protected  java.lang.String path
           
 
Constructor Summary
CertDb()
           
 
Method Summary
 java.lang.String getPassword()
          Gets the value of the password property.
 java.lang.String getPath()
          Gets the value of the path property.
 void setPassword(java.lang.String value)
          Sets the value of the password property.
 void setPath(java.lang.String value)
          Sets the value of the path property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

protected java.lang.String path

password

protected java.lang.String password
Constructor Detail

CertDb

public CertDb()
Method Detail

getPath

public java.lang.String getPath()
Gets the value of the path property.

Returns:
possible object is String

setPath

public void setPath(java.lang.String value)
Sets the value of the path property.

Parameters:
value - allowed object is String

getPassword

public java.lang.String getPassword()
Gets the value of the password property.

Returns:
possible object is String

setPassword

public void setPassword(java.lang.String value)
Sets the value of the password property.

Parameters:
value - allowed object is String


Copyright © 2012 GlassFish Community. All Rights Reserved.