com.threerings.presents.server
Class PresentsDObjectMgr.Reference
java.lang.Object
com.threerings.presents.server.PresentsDObjectMgr.Reference
- Enclosing class:
- PresentsDObjectMgr
protected static class PresentsDObjectMgr.Reference
- extends Object
Used to track references of objects in oid lists.
reffingOid
public int reffingOid
field
public String field
reffedOid
public int reffedOid
PresentsDObjectMgr.Reference
public PresentsDObjectMgr.Reference(int reffingOid,
String field,
int reffedOid)
equals
public boolean equals(PresentsDObjectMgr.Reference other)
equals
public boolean equals(int oReffingOid,
String oField)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object