BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

com.bea.wlw.netui.tags.databinding.grid.datacontext
Class DataContext.RowIdentifierItem

java.lang.Object
  extended by com.bea.wlw.netui.tags.databinding.grid.datacontext.DataContext.RowIdentifierItem
Enclosing class:
DataContext

public static class DataContext.RowIdentifierItem
extends Object


Constructor Summary
DataContext.RowIdentifierItem()
           
DataContext.RowIdentifierItem(String name, Object value)
           
 
Method Summary
 String getName()
           
 Object getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataContext.RowIdentifierItem

public DataContext.RowIdentifierItem()

DataContext.RowIdentifierItem

public DataContext.RowIdentifierItem(String name,
                                     Object value)
Method Detail

getName

public String getName()

getValue

public Object getValue()

toString

public String toString()
Overrides:
toString in class Object

BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.