org.squashtest.csp.tm.domain.bugtracker
Class IssueOwnership<ISSUE>

java.lang.Object
  extended by org.squashtest.csp.tm.domain.bugtracker.IssueOwnership<ISSUE>
Type Parameters:
ISSUE - can be pretty much anything you need to pair with a bugged thing actually.

public class IssueOwnership<ISSUE>
extends Object

Mainly used to pair a Bugged entity with an issue together.

Author:
bsiri

Constructor Summary
IssueOwnership(ISSUE issue, IssueDetector owner)
           
 
Method Summary
 Execution getExecution()
           
 ISSUE getIssue()
           
 IssueDetector getOwner()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueOwnership

public IssueOwnership(ISSUE issue,
                      IssueDetector owner)
Method Detail

getOwner

public IssueDetector getOwner()

getIssue

public ISSUE getIssue()

getExecution

public Execution getExecution()


Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.