|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mongodb.DBTimestamp
public class DBTimestamp
this is used for internal increment values. for storing normal dates in MongoDB, you should use java.util.Date
Constructor Summary | |
---|---|
DBTimestamp()
|
|
DBTimestamp(int time,
int i)
|
Method Summary | |
---|---|
int |
getInc()
|
int |
getTime()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DBTimestamp()
public DBTimestamp(int time, int i)
Method Detail |
---|
public int getTime()
public int getInc()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |