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, Bugged owner)
           
 
Method Summary
 ISSUE getIssue()
           
 Bugged 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,
                      Bugged owner)
Method Detail

getOwner

public Bugged getOwner()

getIssue

public ISSUE getIssue()


Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.