Class ObjectId

java.lang.Object
com.webfirmframework.wffweb.internal.ObjectId
All Implemented Interfaces:
Serializable, Comparable<ObjectId>

public final class ObjectId extends Object implements Comparable<ObjectId>, Serializable
Note: only for internal use
Since:
3.0.19
See Also:
  • Constructor Details

    • ObjectId

      public ObjectId(long mostSigBits, long leastSigBits)
  • Method Details