|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper com.atlassian.jira.issue.link.IssueLink
Field Summary | |
(package private) static String |
DESTINATION_ID_LINK_NAME
|
(package private) static String |
LINK_TYPE_ID_FIELD_NAME
|
(package private) static String |
SEQUENCE_FIELD_NAME
|
(package private) static String |
SOURCE_ID_FIELD_NAME
|
Fields inherited from class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper |
genericValue |
Constructor Summary | |
IssueLink(org.ofbiz.core.entity.GenericValue genericValue,
IssueLinkTypeManager issueLinkTypeManager,
IssueManager issueManager)
|
Method Summary | |
org.ofbiz.core.entity.GenericValue |
getDestination()
Deprecated. Use getDestinationObject() instead. |
Long |
getDestinationId()
Get the issue ID (ie. |
MutableIssue |
getDestinationObject()
Get the destination Issue of the link. |
Long |
getId()
|
IssueLinkType |
getIssueLinkType()
|
Long |
getLinkTypeId()
|
Long |
getSequence()
|
org.ofbiz.core.entity.GenericValue |
getSource()
Deprecated. Use getSourceObject() instead. |
Long |
getSourceId()
Get the Issue ID (ie. |
MutableIssue |
getSourceObject()
Get the source Issue of the link. |
boolean |
isSystemLink()
Checks if this link's type is a System Link type. |
(package private) void |
setIssueLinkType(IssueLinkType issueLinkType)
|
(package private) void |
setSequence(Long sequence)
|
Methods inherited from class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper |
equals, getGenericValue, getLong, getString, getTimestamp, hashCode, store |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final String LINK_TYPE_ID_FIELD_NAME
static final String SOURCE_ID_FIELD_NAME
static final String DESTINATION_ID_LINK_NAME
static final String SEQUENCE_FIELD_NAME
Constructor Detail |
public IssueLink(org.ofbiz.core.entity.GenericValue genericValue, IssueLinkTypeManager issueLinkTypeManager, IssueManager issueManager)
Method Detail |
public Long getId()
public Long getLinkTypeId()
public Long getSourceId()
Issue.getId()
) of the linked-from issue.
public Long getDestinationId()
Issue.getId()
) of the linked-to issue.
public Long getSequence()
void setSequence(Long sequence)
void setIssueLinkType(IssueLinkType issueLinkType)
public IssueLinkType getIssueLinkType()
public MutableIssue getSourceObject()
public MutableIssue getDestinationObject()
public boolean isSystemLink()
public org.ofbiz.core.entity.GenericValue getSource()
getSourceObject()
instead.
public org.ofbiz.core.entity.GenericValue getDestination()
getDestinationObject()
instead.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |