Interface WorkItem


public interface WorkItem
  • Method Details

    • getInternalId

      Long getInternalId()
    • getNumber

      String getNumber()
    • getDescription

      String getDescription()
    • setDescription

      void setDescription(String value)
    • getType

      String getType()
    • setType

      void setType(String type)
    • getURL

      String getURL()
    • addComment

      void addComment(String comment)
    • changeStatus

      void changeStatus(String status)
      Status is Id value.
      Parameters:
      status -
    • getStatus

      String getStatus()
      Return Status Name as String.
      Returns: