com.atlassian.jira.issue.link
Class IssueLinkType

java.lang.Object
  extended by com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
      extended by com.atlassian.jira.issue.link.IssueLinkType
All Implemented Interfaces:
OfBizValueWrapper, Comparable

public class IssueLinkType
extends AbstractOfBizValueWrapper
implements Comparable


Field Summary
static String INWARD_FIELD_NAME
           
static String NAME_FIELD_NAME
           
static String OUTWARD_FIELD_NAME
           
static String STYLE_FIELD_NAME
           
 
Fields inherited from class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
genericValue
 
Constructor Summary
IssueLinkType(org.ofbiz.core.entity.GenericValue genericValue)
          Creates an IssueLinkType from the given GenericValue.
IssueLinkType(org.ofbiz.core.entity.GenericValue genericValue, IssueLinkTypeManager issueLinkTypeManager)
          Deprecated. use IssueLinkType(GenericValue) we don't need the ILTM.
 
Method Summary
 int compareTo(Object o)
          Compare on name (in alphabetical order)
 Long getId()
           
 String getInward()
           
 String getName()
           
 String getOutward()
           
 String getStyle()
           
 boolean isSubTaskLinkType()
           
 boolean isSystemLinkType()
          Checks if this link type is a System Link type.
 
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

NAME_FIELD_NAME

public static final String NAME_FIELD_NAME
See Also:
Constant Field Values

OUTWARD_FIELD_NAME

public static final String OUTWARD_FIELD_NAME
See Also:
Constant Field Values

INWARD_FIELD_NAME

public static final String INWARD_FIELD_NAME
See Also:
Constant Field Values

STYLE_FIELD_NAME

public static final String STYLE_FIELD_NAME
See Also:
Constant Field Values
Constructor Detail

IssueLinkType

public IssueLinkType(org.ofbiz.core.entity.GenericValue genericValue,
                     IssueLinkTypeManager issueLinkTypeManager)
Deprecated. use IssueLinkType(GenericValue) we don't need the ILTM.

Parameters:
genericValue -
issueLinkTypeManager -

IssueLinkType

public IssueLinkType(org.ofbiz.core.entity.GenericValue genericValue)
Creates an IssueLinkType from the given GenericValue.

Parameters:
genericValue -
Method Detail

getId

public Long getId()

getName

public String getName()

getOutward

public String getOutward()

getInward

public String getInward()

getStyle

public String getStyle()

compareTo

public int compareTo(Object o)
Compare on name (in alphabetical order)

Specified by:
compareTo in interface Comparable
Parameters:
o -

isSubTaskLinkType

public boolean isSubTaskLinkType()

isSystemLinkType

public boolean isSystemLinkType()
Checks if this link type is a System Link type. System link types are used by JIRA to denote a special relationship between issues. For example, a sub-task is linked ot its parent issue using a link that is of a system link type.



Copyright © 2002-2011 Atlassian. All Rights Reserved.