Interface FormatNumberTabBean

    • Method Detail

      • getUserMetricKey

        int getUserMetricKey()
        Get the value of the key of the user metric selected from the object browser. This key can then be used to obtain the user metric object from the data set
        Returns:
        int
      • setUserMetricKey

        void setUserMetricKey​(int userMetricKey)
        Set the key of the user metric selected from the object browser.
        Parameters:
        userMetricKey - int
      • setDataSetId

        void setDataSetId​(java.lang.String dataSetID)
        Set the DSS ID of the dataset where the user metric is selected from the object browser
        Parameters:
        dataSetID - String
      • getDataSetId

        java.lang.String getDataSetId()
        Get the DSS ID of the dataset whose user metric is selected from the object browser
        Returns:
        String
      • getUserMetricFormat

        WebFormat getUserMetricFormat()
        Get the WebFormat for the currently selected user metric in the object browser
        Returns:
        WebFormat
      • getUserMetricID

        java.lang.String getUserMetricID()
        Get the DSS ID of the currently selected user metric in the object browser
        Returns:
        String