com.atlassian.jira.issue.search
Class SearchRequestEntity

java.lang.Object
  extended by com.atlassian.jira.issue.search.SearchRequestEntity

public final class SearchRequestEntity
extends Object

A SearchRequest data object. This is a lightweight object that holds SearchRequest data as stored in the database.

Since:
v5.2
See Also:
SearchRequest: the heavy weight version of this.

Constructor Summary
SearchRequestEntity(Long id, String name, String author, String description, String user, String group, Long project, String request, Long favCount)
           
 
Method Summary
 String getAuthor()
           
 String getDescription()
           
 Long getFavCount()
           
 String getGroup()
           
 Long getId()
           
 String getName()
           
 String getNameLower()
           
 Long getProject()
           
 String getRequest()
           
 String getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchRequestEntity

public SearchRequestEntity(Long id,
                           String name,
                           String author,
                           String description,
                           String user,
                           String group,
                           Long project,
                           String request,
                           Long favCount)
Method Detail

getId

public Long getId()

getName

public String getName()

getNameLower

public String getNameLower()

getAuthor

public String getAuthor()

getDescription

public String getDescription()

getUser

public String getUser()

getGroup

public String getGroup()

getProject

public Long getProject()

getRequest

public String getRequest()

getFavCount

public Long getFavCount()


Copyright © 2002-2014 Atlassian. All Rights Reserved.