com.bea.wli.sb.transports.ui
Class TransportViewField

java.lang.Object
  extended by com.bea.wli.sb.transports.ui.TransportViewField

public class TransportViewField
extends Object

Represents a single read-only UI element in provider-specific portion of the service summary page ALSB console service registration wizard


Constructor Summary
TransportViewField(String label, Object value)
          default constructor
TransportViewField(String name, String label, Object value)
          default constructor
 
Method Summary
 String getLabel()
          returns the label for the field
 Object getName()
          returns the value for the field
 Object getValue()
          returns the value for the field
 boolean isAdvanced()
           
 boolean isBasic()
          return the "basic" flag
 void setAdvanced(boolean isAdvanced)
          sets "disabled" flag
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportViewField

public TransportViewField(String label,
                          Object value)
default constructor


TransportViewField

public TransportViewField(String name,
                          String label,
                          Object value)
default constructor

Method Detail

getLabel

public String getLabel()
returns the label for the field


getValue

public Object getValue()
returns the value for the field


getName

public Object getName()
returns the value for the field


isBasic

public boolean isBasic()
return the "basic" flag


isAdvanced

public boolean isAdvanced()

setAdvanced

public void setAdvanced(boolean isAdvanced)
sets "disabled" flag