com.triactive.jdo.store.request
Class Request.IdTblFld
java.lang.Object
com.triactive.jdo.store.request.Request.Id
com.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.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
table
protected final ClassBaseTable table
field
protected final int field
Request.IdTblFld
protected Request.IdTblFld(ClassBaseTable table,
int field)
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.