Class Tracker

  • All Implemented Interfaces:
    Identifiable, java.io.Serializable

    public class Tracker
    extends java.lang.Object
    implements Identifiable, java.io.Serializable
    Redmine's Tracker (bug/feature/task/...)
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.Integer getId()  
      java.lang.String getName()  
      int hashCode()  
      void setName​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getId

        public java.lang.Integer getId()
        Specified by:
        getId in interface Identifiable
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object