Class IssueTypeImpl

All Implemented Interfaces:
IssueConstant, IssueType, OfBizValueWrapper, Named, NamedWithDescription, Comparable

public class IssueTypeImpl extends IssueConstantImpl implements IssueType
  • Field Details

  • Constructor Details

  • Method Details

    • isSubTask

      public boolean isSubTask()
      Specified by:
      isSubTask in interface IssueType
    • getAvatar

      public Avatar getAvatar()
      Description copied from interface: IssueType
      Get avatar assigned to this IssueType. Link to avatar will be automatically assigned to property iconUrl.

      When all issue constants will have avatars it should be moved into IssueConstant.

      Specified by:
      getAvatar in interface IssueType
      Returns:
      avatar or null if this item has no avatar assigned.
    • getType

      public String getType()
    • getAvatarId

      public Long getAvatarId()
    • setAvatarId

      public void setAvatarId(Long avatarId)