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, store
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getGenericValue, getLong, getString, getTimestamp, store
public IssueLinkImpl(org.ofbiz.core.entity.GenericValue genericValue, IssueLinkTypeManager issueLinkTypeManager, IssueManager issueManager)
public Long getLinkTypeId()
getLinkTypeId
in interface IssueLink
public Long getSourceId()
Issue.getId()
) of the linked-from issue.getSourceId
in interface IssueLink
public Long getDestinationId()
Issue.getId()
) of the linked-to issue.getDestinationId
in interface IssueLink
public Long getSequence()
getSequence
in interface IssueLink
public IssueLinkType getIssueLinkType()
getIssueLinkType
in interface IssueLink
public Issue getSourceObject()
getSourceObject
in interface IssueLink
public Issue getDestinationObject()
getDestinationObject
in interface IssueLink
public boolean isSystemLink()
isSystemLink
in interface IssueLink
Copyright © 2002-2017 Atlassian. All Rights Reserved.