public class LineageRelation extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
relatedTrackNumber
The track number of a separate track that is related to the reported track.
|
UUID |
relatedTrackUuid
The UUID of a separate track that is related to the reported track.
|
LineageRelationType |
relation
The relationship between a separate track and the reported track.
|
UUID |
uuid
The UUID of the LineageRelation
|
| Constructor and Description |
|---|
LineageRelation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
String |
getRelatedTrackNumber() |
UUID |
getRelatedTrackUuid() |
LineageRelationType |
getRelation() |
UUID |
getUuid() |
void |
setId(Long id) |
void |
setRelatedTrackNumber(String relatedTrackNumber) |
void |
setRelatedTrackUuid(UUID relatedTrackUuid) |
void |
setRelation(LineageRelationType relation) |
void |
setUuid(UUID uuid) |
public UUID uuid
public String relatedTrackNumber
public UUID relatedTrackUuid
public LineageRelationType relation
public Long getId()
public void setId(Long id)
public UUID getUuid()
public void setUuid(UUID uuid)
public String getRelatedTrackNumber()
public void setRelatedTrackNumber(String relatedTrackNumber)
public UUID getRelatedTrackUuid()
public void setRelatedTrackUuid(UUID relatedTrackUuid)
public LineageRelationType getRelation()
public void setRelation(LineageRelationType relation)
Copyright © 2013–2022. All rights reserved.