Package cdc.issues.api
Class IssueId<T>
- java.lang.Object
-
- cdc.issues.api.IssueId<T>
-
- Type Parameters:
T- The issue type.
public class IssueId<T> extends Object
Issue identifier.It is composed of issue type and locations.
- Author:
- Damien Carbonne
-
-
Constructor Summary
Constructors Constructor Description IssueId(T type, IssueLocation[] locations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)IssueLocation[]getLocations()TgetType()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
IssueId
public IssueId(T type, IssueLocation[] locations)
-
-
Method Detail
-
getType
public T getType()
-
getLocations
public IssueLocation[] getLocations()
-
-