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

java.lang.Object
  extended by org.squashtest.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()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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()

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


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