Class BasicFilter

java.lang.Object
b4j.core.session.jira.BasicFilter
All Implemented Interfaces:
Filter

public class BasicFilter
extends java.lang.Object
implements Filter
Filter Implementation.
Author:
ralph
  • Constructor Summary

    Constructors 
    Constructor Description
    BasicFilter()
    Constructor.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDescription()
    Returns the description.
    java.lang.String getId()
    Returns the id.
    java.lang.String getJql()
    Returns the jql.
    java.lang.String getName()
    Returns the name.
    com.atlassian.jira.rest.client.domain.BasicUser getOwner()
    Returns the owner.
    java.net.URI getSearchUrl()
    Returns the searchUrl.
    java.net.URI getSelf()
    Returns the self.
    java.net.URI getViewUrl()
    Returns the viewUrl.
    boolean isFavourite()
    Returns the favourite.
    void setDescription​(java.lang.String description)
    Sets the description.
    void setFavourite​(boolean favourite)
    Sets the favourite.
    void setId​(java.lang.String id)
    Sets the id.
    void setJql​(java.lang.String jql)
    Sets the jql.
    void setName​(java.lang.String name)
    Sets the name.
    void setOwner​(com.atlassian.jira.rest.client.domain.BasicUser owner)
    Sets the owner.
    void setSearchUrl​(java.net.URI searchUrl)
    Sets the searchUrl.
    void setSelf​(java.net.URI self)
    Sets the self.
    void setViewUrl​(java.net.URI viewUrl)
    Sets the viewUrl.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getSelf

      public java.net.URI getSelf()
      Returns the self.
      Specified by:
      getSelf in interface Filter
      Returns:
      the self
    • getId

      public java.lang.String getId()
      Returns the id.
      Specified by:
      getId in interface Filter
      Returns:
      the id
    • getName

      public java.lang.String getName()
      Returns the name.
      Specified by:
      getName in interface Filter
      Returns:
      the name
    • getDescription

      public java.lang.String getDescription()
      Returns the description.
      Specified by:
      getDescription in interface Filter
      Returns:
      the description
    • getOwner

      public com.atlassian.jira.rest.client.domain.BasicUser getOwner()
      Returns the owner.
      Specified by:
      getOwner in interface Filter
      Returns:
      the owner
    • getJql

      public java.lang.String getJql()
      Returns the jql.
      Specified by:
      getJql in interface Filter
      Returns:
      the jql
    • getViewUrl

      public java.net.URI getViewUrl()
      Returns the viewUrl.
      Specified by:
      getViewUrl in interface Filter
      Returns:
      the viewUrl
    • getSearchUrl

      public java.net.URI getSearchUrl()
      Returns the searchUrl.
      Specified by:
      getSearchUrl in interface Filter
      Returns:
      the searchUrl
    • isFavourite

      public boolean isFavourite()
      Returns the favourite.
      Specified by:
      isFavourite in interface Filter
      Returns:
      the favourite
    • setSelf

      public void setSelf​(java.net.URI self)
      Sets the self.
      Parameters:
      self - the self to set
    • setId

      public void setId​(java.lang.String id)
      Sets the id.
      Parameters:
      id - the id to set
    • setName

      public void setName​(java.lang.String name)
      Sets the name.
      Parameters:
      name - the name to set
    • setDescription

      public void setDescription​(java.lang.String description)
      Sets the description.
      Parameters:
      description - the description to set
    • setOwner

      public void setOwner​(com.atlassian.jira.rest.client.domain.BasicUser owner)
      Sets the owner.
      Parameters:
      owner - the owner to set
    • setJql

      public void setJql​(java.lang.String jql)
      Sets the jql.
      Parameters:
      jql - the jql to set
    • setViewUrl

      public void setViewUrl​(java.net.URI viewUrl)
      Sets the viewUrl.
      Parameters:
      viewUrl - the viewUrl to set
    • setSearchUrl

      public void setSearchUrl​(java.net.URI searchUrl)
      Sets the searchUrl.
      Parameters:
      searchUrl - the searchUrl to set
    • setFavourite

      public void setFavourite​(boolean favourite)
      Sets the favourite.
      Parameters:
      favourite - the favourite to set