public class IssueLinkTypeImpl extends AbstractOfBizValueWrapper implements IssueLinkType
genericValue
INWARD_FIELD_NAME, NAME_FIELD_NAME, OUTWARD_FIELD_NAME, STYLE_FIELD_NAME
Constructor and Description |
---|
IssueLinkTypeImpl(org.ofbiz.core.entity.GenericValue genericValue)
Creates an IssueLinkType from the given GenericValue.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(IssueLinkType other)
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.
|
equals, getGenericValue, getLong, getString, getTimestamp, hashCode, store
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getGenericValue, getLong, getString, getTimestamp, store
public IssueLinkTypeImpl(org.ofbiz.core.entity.GenericValue genericValue)
genericValue
- the GenericValuepublic Long getId()
getId
in interface IssueLinkType
public String getName()
getName
in interface IssueLinkType
public String getOutward()
getOutward
in interface IssueLinkType
public String getInward()
getInward
in interface IssueLinkType
public String getStyle()
getStyle
in interface IssueLinkType
public int compareTo(IssueLinkType other)
compareTo
in interface Comparable<IssueLinkType>
other
- the other IssueLinkType to compare topublic boolean isSubTaskLinkType()
isSubTaskLinkType
in interface IssueLinkType
public boolean isSystemLinkType()
isSystemLinkType
in interface IssueLinkType
Copyright © 2002-2021 Atlassian. All Rights Reserved.