Package 

Class Item

  • All Implemented Interfaces:
    ai.cheq.sst.android.core.storage.Identifiable

    
    public final class Item
     implements Identifiable
                        

    A storage item object represents information stored in local or session storage.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String key
      private final String value
    • Constructor Summary

      Constructors 
      Constructor Description
      Item(String key, String value)
    • Method Summary

      Modifier and Type Method Description
      final String getKey()
      final String getValue()
      String id() Returns the unique identifier of the object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait