com.threerings.stats.server.persist
Class MaxStatCodeRecord

java.lang.Object
  extended by com.samskivert.depot.impl.QueryResult
      extended by com.samskivert.depot.PersistentRecord
          extended by com.threerings.stats.server.persist.MaxStatCodeRecord
All Implemented Interfaces:
Serializable, Cloneable

public class MaxStatCodeRecord
extends com.samskivert.depot.PersistentRecord

See Also:
Serialized Form

Field Summary
static Class<MaxStatCodeRecord> _R
           
static com.samskivert.depot.expression.ColumnExp<Integer> MAX_CODE
           
 int maxCode
           
 
Constructor Summary
MaxStatCodeRecord()
           
 
Method Summary
 
Methods inherited from class com.samskivert.depot.PersistentRecord
colexp, newKey, registerKeyFields
 
Methods inherited from class com.samskivert.depot.impl.QueryResult
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_R

public static final Class<MaxStatCodeRecord> _R

MAX_CODE

public static final com.samskivert.depot.expression.ColumnExp<Integer> MAX_CODE

maxCode

public int maxCode
Constructor Detail

MaxStatCodeRecord

public MaxStatCodeRecord()