Business Components

oracle.jbo.server
Class RowFilterKeyForwardOnly

java.lang.Object
  |
  +--oracle.jbo.server.RowFilterKey
        |
        +--oracle.jbo.server.RowFilterKeyForwardOnly
All Implemented Interfaces:
RowFilter

public class RowFilterKeyForwardOnly
extends RowFilterKey


Constructor Summary
RowFilterKeyForwardOnly(ViewObjectImpl vo)
           
RowFilterKeyForwardOnly(ViewObjectImpl vo, java.lang.Object[] values)
           
 
Method Summary
 boolean equals(java.lang.Object val)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class oracle.jbo.server.RowFilterKey
getKey, getParamLength, getParamValues, getRowInitLength, getRowInitValues, getViewObjectImpl, isNull, paramQualifies, streamStringToValues, streamToString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RowFilterKeyForwardOnly

public RowFilterKeyForwardOnly(ViewObjectImpl vo,
                               java.lang.Object[] values)

RowFilterKeyForwardOnly

public RowFilterKeyForwardOnly(ViewObjectImpl vo)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class RowFilterKey

equals

public boolean equals(java.lang.Object val)
Overrides:
equals in class RowFilterKey

toString

public java.lang.String toString()
Overrides:
toString in class RowFilterKey

Business Components