public class

ProjectContextImpl

extends Object
implements ProjectContext
java.lang.Object
   ↳ com.atlassian.jira.jql.context.ProjectContextImpl

Summary

Public Constructors
ProjectContextImpl(Long projectId)
Public Methods
boolean equals(Object o)
Long getProjectId()
int hashCode()
boolean isAll()
Indicates the special case of all projects that are not enumerated.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.jql.context.ProjectContext

Public Constructors

public ProjectContextImpl (Long projectId)

Public Methods

public boolean equals (Object o)

public Long getProjectId ()

public int hashCode ()

public boolean isAll ()

Indicates the special case of all projects that are not enumerated. If this is true then the value for projectId will be null.

Returns
  • true if all, false otherwise.

public String toString ()