com.bea.wli.sb.transports.ui
Class TransportUIFactory.PasswordObject

java.lang.Object
  extended by com.bea.wli.sb.transports.ui.TransportUIFactory.PasswordObject
All Implemented Interfaces:
TransportUIFactory.TransportUIObject
Enclosing class:
TransportUIFactory

public static class TransportUIFactory.PasswordObject
extends Object
implements TransportUIFactory.TransportUIObject

password object


Field Summary
static int DEFAULT_SIZE
           
 
Constructor Summary
TransportUIFactory.PasswordObject(String value, int size)
          constructor
 
Method Summary
 int getSize()
          returns the textbox size
 int getType()
          returns the type
 String getValue()
          returns the value
 void setValue(String value)
          sets the value
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SIZE

public static final int DEFAULT_SIZE
See Also:
Constant Field Values
Constructor Detail

TransportUIFactory.PasswordObject

public TransportUIFactory.PasswordObject(String value,
                                         int size)
constructor

Method Detail

getType

public int getType()
returns the type

Specified by:
getType in interface TransportUIFactory.TransportUIObject

getValue

public String getValue()
returns the value


setValue

public void setValue(String value)
sets the value


getSize

public int getSize()
returns the textbox size