Interface StorableHandler

    • Method Detail

      • setAttributes

        void setAttributes​(Storable storable,
                           StorableLogEntry sle,
                           Store store)
        Storable attributes setter
        Parameters:
        storable - - the target storable
        sle - - the StorableLogEntry that contains the attributes to set:
        Key=AttName(String) Value=persistant representation(String)
      • getAttributes

        java.util.Map<java.lang.String,​java.lang.String> getAttributes​(Storable storable,
                                                                             Store store)
        Storable attributes getter
        Parameters:
        storable - - the target storable
        store - - the storer of the object
        Returns:
        the attributes of the storable with the mapping:
        Key=Name(String) Value=persistant representation(String)