org.squashtest.csp.tm.domain.bugtracker
Class IssueOwnership<ISSUE>
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IssueOwnership
public IssueOwnership(ISSUE issue,
Bugged owner)
getOwner
public Bugged getOwner()
getIssue
public ISSUE getIssue()
Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.