Class TcaDataCollection

    • Constructor Summary

      Constructors 
      Constructor Description
      TcaDataCollection()
      Instantiates a new TCA data collection.
    • Constructor Detail

      • TcaDataCollection

        public TcaDataCollection()
        Instantiates a new TCA data collection.
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the collection name.
        Returns:
        the collection name
      • setName

        public void setName​(java.lang.String name)
        Sets the collection name.
        Parameters:
        name - the collection name
      • getRrd

        public TcaRrd getRrd()
        Gets the RRD.
        Returns:
        the RRD
      • setRrd

        public void setRrd​(TcaRrd rrd)
        Sets the RRD.
        Parameters:
        rrd - the new RRD
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object