com.atlassian.jira.issue.operation
Class ScreenableSingleIssueOperationImpl

java.lang.Object
  extended by com.atlassian.jira.issue.operation.IssueOperationImpl
      extended by com.atlassian.jira.issue.operation.ScreenableSingleIssueOperationImpl
All Implemented Interfaces:
IssueOperation, ScreenableIssueOperation, SingleIssueOperation

public final class ScreenableSingleIssueOperationImpl
extends IssueOperationImpl
implements ScreenableIssueOperation


Constructor Summary
ScreenableSingleIssueOperationImpl(Long id, String name, String description)
           
 
Method Summary
 boolean equals(Object o)
           
 Long getId()
           
 int hashCode()
           
 
Methods inherited from class com.atlassian.jira.issue.operation.IssueOperationImpl
getDescriptionKey, getNameKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.issue.operation.IssueOperation
getDescriptionKey, getNameKey
 

Constructor Detail

ScreenableSingleIssueOperationImpl

public ScreenableSingleIssueOperationImpl(Long id,
                                          String name,
                                          String description)
Method Detail

getId

public Long getId()
Specified by:
getId in interface ScreenableIssueOperation

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.