Package adams.db

Class AbstractLimitedConditions

    • Field Detail

      • m_Limit

        protected int m_Limit
        the maximum number of records.
    • Constructor Detail

      • AbstractLimitedConditions

        public AbstractLimitedConditions()
    • Method Detail

      • getDefaultLimit

        protected int getDefaultLimit()
        Returns the default limit.
        Returns:
        the default limit
      • setLimit

        public void setLimit​(int value)
        Sets the maximum number of records to retrieve.
        Parameters:
        value - the limit to use
      • getLimit

        public int getLimit()
        Returns the maximum number of records to retrieve.
        Returns:
        the limit
      • limitTipText

        public String limitTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.