public class RelationshipContext extends Object
| Constructor and Description |
|---|
RelationshipContext() |
RelationshipContext(Relationship relationship,
Map<String,String> idToUrlMap) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
String |
getElementLink() |
String |
getRelatedElementId() |
String |
getType() |
void |
setComment(String comment) |
void |
setElementLink(String elementLink) |
void |
setRelatedElementId(String relatedElementId) |
void |
setType(String type) |
public RelationshipContext()
public RelationshipContext(Relationship relationship, Map<String,String> idToUrlMap)
public String getRelatedElementId()
public void setRelatedElementId(String relatedElementId)
public String getComment()
public void setComment(String comment)
public String getType()
public void setType(String type)
public String getElementLink()
public void setElementLink(String elementLink)
Copyright © 2017 Linux Foundation. All Rights Reserved.