edu.jhu.tmaj.client.tables.logs
Class RecordModify

java.lang.Object
  extended by edu.jhu.tmaj.client.tables.logs.RecordModify
All Implemented Interfaces:
java.io.Serializable

final class RecordModify
extends java.lang.Object
implements java.io.Serializable

Represents a user modifying a unique record in a given TMAJ table.


Field Summary
(package private)  int primaryKeyID
           
(package private)  int tableNumber
           
(package private)  int userID
           
 
Constructor Summary
RecordModify(int userID, int tableNumber, int primaryKeyID)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userID

final int userID

tableNumber

final int tableNumber

primaryKeyID

final int primaryKeyID
Constructor Detail

RecordModify

RecordModify(int userID,
             int tableNumber,
             int primaryKeyID)