com.atlassian.jira.issue.operation
Class ScreenableSingleIssueOperationImpl

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

public class ScreenableSingleIssueOperationImpl
extends IssueOperationImpl
implements ScreenableIssueOperation

Copyright (c) 2002-2004 All rights reserved.


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)

hashCode

public int hashCode()


Copyright © 2002-2006 Atlassian. All Rights Reserved.