com.triactive.jdo.store.request
Class Request.IdTblFld

java.lang.Object
  extended bycom.triactive.jdo.store.request.Request.Id
      extended bycom.triactive.jdo.store.request.Request.IdTblFld
Direct Known Subclasses:
DeleteWhereEqualRequest.Id
Enclosing class:
Request

protected abstract static class Request.IdTblFld
extends Request.Id

An identifier for a request identified by one table and one field number.


Field Summary
protected  int field
           
protected  ClassBaseTable table
           
 
Constructor Summary
protected Request.IdTblFld(ClassBaseTable table, int field)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class com.triactive.jdo.store.request.Request.Id
newRequest
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

table

protected final ClassBaseTable table

field

protected final int field
Constructor Detail

Request.IdTblFld

protected Request.IdTblFld(ClassBaseTable table,
                           int field)
Method Detail

hashCode

public final int hashCode()

equals

public final boolean equals(java.lang.Object o)

toString

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


Copyright © 2001-2007 The TJDO Project All Rights Reserved.