Interface Label

All Superinterfaces:
BambooIdProvider, BambooObject, Comparable<Label>, CreationDateProvider
All Known Implementing Classes:
LabelImpl

public interface Label extends BambooObject, CreationDateProvider, Comparable<Label>
  • Method Details

    • getName

      String getName()
    • setName

      void setName(String name)
    • getCreationDate

      Date getCreationDate()
      Specified by:
      getCreationDate in interface CreationDateProvider
      Returns:
      Date the version object was created.
    • setCreationDate

      void setCreationDate(Date creationDate)
    • getLastModificationDate

      Date getLastModificationDate()
    • setLastModificationDate

      void setLastModificationDate(Date lastModificationDate)
    • getNamespace

      String getNamespace()
    • setNamespace

      void setNamespace(String namespace)