Class AnalyticsAsset


  • public class AnalyticsAsset
    extends Asset
    • Constructor Detail

      • AnalyticsAsset

        public AnalyticsAsset()
    • Method Detail

      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getUid

        public String getUid()
      • setUid

        public void setUid​(String uid)
      • getSourceGuid

        public List<String> getSourceGuid()
      • setSourceGuid

        public void setSourceGuid​(List<String> sourceGuid)
      • setVisualization

        public void setVisualization​(List<MetadataContainer> visualization)
        Parameters:
        visualization - the visualization to set
      • getLocation

        public String getLocation()
        Returns:
        the location
      • setLocation

        public void setLocation​(String location)
        Parameters:
        location - the location to set
      • getLastModified

        public String getLastModified()
        Get string time stamp when the module was modified.
        Returns:
        the lastModified
      • setLastModified

        public void setLastModified​(String lastModified)
        Set string time stamp when the module was modified.
        Parameters:
        lastModified - the lastModified to set
      • equals

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

        public int hashCode()
        Return a number that represents the contents of this object.
        Overrides:
        hashCode in class Asset
        Returns:
        int