Class Category_HANDLER

    • Constructor Detail

      • Category_HANDLER

        public Category_HANDLER()
    • Method Detail

      • setAttributes

        public void setAttributes​(Storable storable,
                                  StorableLogEntry sle,
                                  Store store)
        Description copied from interface: StorableHandler
        Storable attributes setter
        Specified by:
        setAttributes in interface StorableHandler
        Parameters:
        storable - - the target storable
        sle - - the StorableLogEntry that contains the attributes to set:
        Key=AttName(String) Value=persistant representation(String)
      • getAttributes

        public java.util.Map<java.lang.String,​java.lang.String> getAttributes​(Storable storable,
                                                                                    Store store)
        Description copied from interface: StorableHandler
        Storable attributes getter
        Specified by:
        getAttributes in interface StorableHandler
        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)