public static final class RequirementExportModel.RequirementLinkModel extends Object
| Modifier and Type | Field and Description |
|---|---|
static Comparator<RequirementExportModel.RequirementLinkModel> |
REQ_LINK_COMPARATOR |
| Constructor and Description |
|---|
RequirementExportModel.RequirementLinkModel(Long reqId,
Long relReqId,
int reqVersion,
int relReqVersion,
String relatedReqRole)
Constuctor used by Hibernate
|
| Modifier and Type | Method and Description |
|---|---|
static RequirementExportModel.RequirementLinkModel |
create(int reqVersion,
int relReqVersion,
String relatedReqRole,
String reqPath,
String relReqPath)
factory method for test purposes
|
String |
getRelatedReqRole() |
Long |
getRelReqId() |
String |
getRelReqPath() |
int |
getRelReqVersion() |
Long |
getReqId() |
String |
getReqPath() |
int |
getReqVersion() |
void |
setRelReqPath(String relReqPath) |
void |
setReqPath(String reqPath) |
String |
toString() |
public static final Comparator<RequirementExportModel.RequirementLinkModel> REQ_LINK_COMPARATOR
public static RequirementExportModel.RequirementLinkModel create(int reqVersion, int relReqVersion, String relatedReqRole, String reqPath, String relReqPath)
public String getReqPath()
public void setReqPath(String reqPath)
public String getRelReqPath()
public void setRelReqPath(String relReqPath)
public Long getReqId()
public Long getRelReqId()
public int getReqVersion()
public int getRelReqVersion()
public String getRelatedReqRole()
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.