com.triactive.jdo.store.request
Class Request.IdTblTblFld
java.lang.Object
com.triactive.jdo.store.request.Request.Id
com.triactive.jdo.store.request.Request.IdTblTblFld
- Direct Known Subclasses:
- DeleteWhereSuperEqualRequest.Id
- Enclosing class:
- Request
- protected abstract static class Request.IdTblTblFld
- extends Request.Id
An identifier for a request identified by two tables and a field number.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
table1
protected final ClassBaseTable table1
table2
protected final ClassBaseTable table2
field
protected final int field
Request.IdTblTblFld
protected Request.IdTblTblFld(ClassBaseTable table1,
ClassBaseTable table2,
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.