Class DataSetProperties

    • Constructor Detail

      • DataSetProperties

        public DataSetProperties()
        Default constructor
      • DataSetProperties

        public DataSetProperties​(DataSetProperties template)
        Copy/clone constructor.
        Parameters:
        template - object to copy
    • Method Detail

      • getFormula

        public String getFormula()
        Return the formula that generates the data set from its source assets. This formula may have references to query ids that are stored in the DataContentForDataSet relationship.
        Returns:
        string encoded formula
      • setFormula

        public void setFormula​(String formula)
        Set up formula that generates the data set from its source assets. This formula may have references to query ids that are stored in the DataContentForDataSet relationship.
        Parameters:
        formula - string encoded formula
      • equals

        public boolean equals​(Object objectToCompare)
        Compare the values of the supplied object with those stored in the current object.
        Overrides:
        equals in class DataAssetProperties
        Parameters:
        objectToCompare - supplied object
        Returns:
        boolean result of comparison
      • hashCode

        public int hashCode()
        Return has code based on properties.
        Overrides:
        hashCode in class DataAssetProperties
        Returns:
        int