org.apache.archiva.maven2.model
Class TreeEntry

java.lang.Object
  extended by org.apache.archiva.maven2.model.TreeEntry
All Implemented Interfaces:
Serializable

public class TreeEntry
extends Object
implements Serializable

Author:
Olivier Lamy
See Also:
Serialized Form

Field Summary
private  Artifact artifact
           
private  List<TreeEntry> childs
           
private  TreeEntry parent
           
 
Constructor Summary
TreeEntry()
           
TreeEntry(Artifact artifact)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

childs

private List<TreeEntry> childs

artifact

private Artifact artifact

parent

private TreeEntry parent
Constructor Detail

TreeEntry

public TreeEntry()

TreeEntry

public TreeEntry(Artifact artifact)
Method Detail

getArtifact

public Artifact getArtifact()

setArtifact

public void setArtifact(Artifact artifact)

getChilds

public List<TreeEntry> getChilds()

setChilds

public void setChilds(List<TreeEntry> childs)

getParent

public TreeEntry getParent()

setParent

public void setParent(TreeEntry parent)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.