Class SID

java.lang.Object
overit.geocall.util.SID
Direct Known Subclasses:
UID

public class SID extends Object
Utility class to store the Secure ID
  • Field Details

  • Constructor Details

    • SID

      public SID()
      Creates an instance of Secure ID
    • SID

      public SID(String id)
      Creates an instance of Secure ID from an ID
      Parameters:
      id - Id to set to the Secure ID
  • Method Details

    • getId

      public String getId()
      Returns the ID
      Returns:
      The ID
    • getId4URL

      public String getId4URL()
      Returns the ID for URL
      Returns:
      The ID fot URL
    • _toBytes

      protected static int _toBytes(long l, byte[] bb, int from)
    • toString

      public String toString()
      Overrides:
      toString in class Object