org.apache.openejb.jee.sun
Class DefaultResourcePrincipal

java.lang.Object
  extended by org.apache.openejb.jee.sun.DefaultResourcePrincipal

public class DefaultResourcePrincipal
extends Object


Field Summary
protected  String name
           
protected  String password
           
 
Constructor Summary
DefaultResourcePrincipal()
           
 
Method Summary
 String getName()
           
 String getPassword()
           
 void setName(String value)
           
 void setPassword(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

password

protected String password
Constructor Detail

DefaultResourcePrincipal

public DefaultResourcePrincipal()
Method Detail

getName

public String getName()

setName

public void setName(String value)

getPassword

public String getPassword()

setPassword

public void setPassword(String value)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.