Class UID

java.lang.Object
overit.geocall.util.SID
overit.geocall.util.UID

public class UID extends SID
Utility class used to generate an Unique ID
  • Field Details

    • _sequence

      protected static int _sequence
    • _ip

      protected static byte[] _ip
    • sdf

      protected SimpleDateFormat sdf
  • Constructor Details

    • UID

      public UID(String id)
      Creates an instance of UID
      Parameters:
      id - String containing the id to set
    • UID

      public UID()
      Creates an instance of UID
  • Method Details