public class TreeEntry extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
private Artifact | 
artifact  | 
private List<TreeEntry> | 
childs  | 
private TreeEntry | 
parent  | 
| Constructor and Description | 
|---|
TreeEntry()  | 
TreeEntry(Artifact artifact)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
Artifact | 
getArtifact()  | 
List<TreeEntry> | 
getChilds()  | 
TreeEntry | 
getParent()  | 
int | 
hashCode()  | 
void | 
setArtifact(Artifact artifact)  | 
void | 
setChilds(List<TreeEntry> childs)  | 
void | 
setParent(TreeEntry parent)  | 
public Artifact getArtifact()
public void setArtifact(Artifact artifact)
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.