Class LocatedObjectsToReport

    • Field Detail

      • m_Prefix

        protected String m_Prefix
        the prefix to use.
      • m_Offset

        protected int m_Offset
        the offset to use.
      • m_UpdateIndex

        protected boolean m_UpdateIndex
        whether to update the index in the meta-data.
    • Constructor Detail

      • LocatedObjectsToReport

        public LocatedObjectsToReport()
    • Method Detail

      • setPrefix

        public void setPrefix​(String value)
        Sets the field prefix used in the report.
        Specified by:
        setPrefix in interface ObjectPrefixHandler
        Parameters:
        value - the field prefix
      • prefixTipText

        public String prefixTipText()
        Returns the tip text for this property.
        Specified by:
        prefixTipText in interface ObjectPrefixHandler
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setOffset

        public void setOffset​(int value)
        Sets the offset to use for the index.
        Parameters:
        value - the offset
      • getOffset

        public int getOffset()
        Returns the offset in use for the index.
        Returns:
        the offset
      • offsetTipText

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

        public void setUpdateIndex​(boolean value)
        Sets whether to update the index in the meta-data.
        Parameters:
        value - true if to update
      • getUpdateIndex

        public boolean getUpdateIndex()
        Returns whether to update the index in the meta-data.
        Returns:
        true if to update
      • updateIndexTipText

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