public class IssueLinkImpl extends AbstractOfBizValueWrapper implements IssueLink
genericValue| Constructor and Description |
|---|
IssueLinkImpl(org.ofbiz.core.entity.GenericValue genericValue,
IssueLinkTypeManager issueLinkTypeManager,
IssueManager issueManager) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDestinationId()
Get the issue ID (ie.
|
Issue |
getDestinationObject()
Get the destination Issue of the link.
|
Long |
getId() |
IssueLinkType |
getIssueLinkType() |
Long |
getLinkTypeId() |
Long |
getSequence() |
Long |
getSourceId()
Get the Issue ID (ie.
|
Issue |
getSourceObject()
Get the source Issue of the link.
|
boolean |
isSystemLink()
Checks if this link's type is a System Link type.
|
String |
toString() |
equals, getGenericValue, getLong, getString, getTimestamp, hashCode, storeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetGenericValue, getLong, getString, getTimestamp, storepublic IssueLinkImpl(org.ofbiz.core.entity.GenericValue genericValue,
IssueLinkTypeManager issueLinkTypeManager,
IssueManager issueManager)
public Long getLinkTypeId()
getLinkTypeId in interface IssueLinkpublic Long getSourceId()
Issue.getId()) of the linked-from issue.getSourceId in interface IssueLinkpublic Long getDestinationId()
Issue.getId()) of the linked-to issue.getDestinationId in interface IssueLinkpublic Long getSequence()
getSequence in interface IssueLinkpublic IssueLinkType getIssueLinkType()
getIssueLinkType in interface IssueLinkpublic Issue getSourceObject()
getSourceObject in interface IssueLinkpublic Issue getDestinationObject()
getDestinationObject in interface IssueLinkpublic boolean isSystemLink()
isSystemLink in interface IssueLinkCopyright © 2002-2018 Atlassian. All Rights Reserved.