public abstract class Relation<T extends Relation> extends Object
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
doesRelationStillExist() |
abstract boolean |
foundIssue() |
T |
getOrigin() |
abstract UUIDKey |
otherUUID() |
protected void |
setParent(T parent) |
public Relation(T origin)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.