Class LabelImpl

All Implemented Interfaces:
BambooIdProvider, BambooObject, Label, CreationDateProvider, Cloneable, Comparable<Label>

@Entity public class LabelImpl extends HibernateBambooEntityObject implements Label
  • Constructor Details

    • LabelImpl

      public LabelImpl()
    • LabelImpl

      public LabelImpl(String name, String namespace)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface Label
    • setName

      public void setName(String name)
      Specified by:
      setName in interface Label
    • getNamespace

      public String getNamespace()
      Specified by:
      getNamespace in interface Label
    • setNamespace

      public void setNamespace(String namespace)
      Specified by:
      setNamespace in interface Label
    • getLabellings

      public Collection getLabellings()
    • setLabellings

      public void setLabellings(Collection labellings)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class com.atlassian.core.bean.EntityObject
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class com.atlassian.core.bean.EntityObject
    • compareTo

      public int compareTo(Label o)
      Specified by:
      compareTo in interface Comparable<Label>