Class StateStore.StateResource

  • Enclosing class:
    StateStore

    static class StateStore.StateResource
    extends java.lang.Object
    Represents a single StateResource in either a visible or delete list in this state file.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String name
      The unique name given to the resource to distinguish it from all other resources.
      (package private) long table_id
      The unique identifier for the resource.
    • Constructor Summary

      Constructors 
      Constructor Description
      StateResource​(long table_id, java.lang.String name)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • table_id

        long table_id
        The unique identifier for the resource.
      • name

        java.lang.String name
        The unique name given to the resource to distinguish it from all other resources.
    • Constructor Detail

      • StateResource

        public StateResource​(long table_id,
                             java.lang.String name)