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
 
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
 

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-2009 Atlassian. All Rights Reserved.