Class TcaRrd

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<TcaRrd>

    public class TcaRrd
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<TcaRrd>
    The Class TcaRrd.
    Author:
    Alejandro Galue
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TcaRrd()
      Instantiates a new TCA RRD.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addRra​(java.lang.String rra)
      Adds a new RRA.
      int compareTo​(TcaRrd obj)  
      boolean equals​(java.lang.Object obj)  
      java.util.List<java.lang.String> getRras()
      Gets the RRAs.
      java.lang.Integer getStep()
      Gets the step.
      void removeRra​(java.lang.String rra)
      Removes a RRA.
      void setRras​(java.util.List<java.lang.String> rras)
      Sets the RRAs.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TcaRrd

        public TcaRrd()
        Instantiates a new TCA RRD.
    • Method Detail

      • getStep

        public java.lang.Integer getStep()
        Gets the step.
        Returns:
        the step
      • getRras

        public java.util.List<java.lang.String> getRras()
        Gets the RRAs.
        Returns:
        the RRAs
      • setRras

        public void setRras​(java.util.List<java.lang.String> rras)
        Sets the RRAs.
        Parameters:
        rras - the new RRAs
      • addRra

        public void addRra​(java.lang.String rra)
        Adds a new RRA.
        Parameters:
        rra - the RRA
      • removeRra

        public void removeRra​(java.lang.String rra)
        Removes a RRA.
        Parameters:
        rra - the RRA
      • compareTo

        public int compareTo​(TcaRrd obj)
        Specified by:
        compareTo in interface java.lang.Comparable<TcaRrd>
      • equals

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