Class ResultImpl

  • All Implemented Interfaces:
    Result

    public class ResultImpl
    extends BaseResult
    Result implementation
    Author:
    teck
    • Constructor Detail

      • ResultImpl

        public ResultImpl​(java.lang.Object key,
                          java.lang.Object value,
                          StoreQuery query,
                          java.util.Map<java.lang.String,​java.lang.Object> attributes,
                          java.lang.Object[] sortAttributes)
        Constructor
        Parameters:
        key -
        value -
        query -
        attributes -
        sortAttributes -
    • Method Detail

      • basicGetKey

        protected java.lang.Object basicGetKey()
        Description copied from class: BaseResult
        Get the actual key value
        Specified by:
        basicGetKey in class BaseResult
        Returns:
        key
      • basicGetValue

        protected java.lang.Object basicGetValue()
        Description copied from class: BaseResult
        Get the actual value
        Specified by:
        basicGetValue in class BaseResult
        Returns:
        value
      • basicGetAttribute

        protected java.lang.Object basicGetAttribute​(java.lang.String name)
        Description copied from class: BaseResult
        Get the actual attribute value
        Specified by:
        basicGetAttribute in class BaseResult
        Returns:
        attribute