com.bea.alsb.presentation
Interface IPasswordObject

All Known Implementing Classes:
PasswordObject, TransportUIFactory.PasswordObject

public interface IPasswordObject

Password Interface


Field Summary
static int DEFAULT_SIZE
           
 
Method Summary
 int getSize()
          returns the textbox size
 String getValue()
          returns the value
 void setValue(String value)
          sets the value
 

Field Detail

DEFAULT_SIZE

static final int DEFAULT_SIZE
See Also:
Constant Field Values
Method Detail

getValue

String getValue()
returns the value


setValue

void setValue(String value)
sets the value


getSize

int getSize()
returns the textbox size