public class IssueLinkTypeImpl extends AbstractOfBizValueWrapper implements IssueLinkType
genericValueINWARD_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, storeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetGenericValue, getLong, getString, getTimestamp, storepublic IssueLinkTypeImpl(org.ofbiz.core.entity.GenericValue genericValue)
genericValue - the GenericValuepublic Long getId()
getId in interface IssueLinkTypepublic String getName()
getName in interface IssueLinkTypepublic String getOutward()
getOutward in interface IssueLinkTypepublic String getInward()
getInward in interface IssueLinkTypepublic String getStyle()
getStyle in interface IssueLinkTypepublic int compareTo(IssueLinkType other)
compareTo in interface Comparable<IssueLinkType>other - the other IssueLinkType to compare topublic boolean isSubTaskLinkType()
isSubTaskLinkType in interface IssueLinkTypepublic boolean isSystemLinkType()
isSystemLinkType in interface IssueLinkTypeCopyright © 2002-2023 Atlassian. All Rights Reserved.