org.apache.archiva.rest.api.model
Class Dependency

java.lang.Object
  extended by org.apache.archiva.rest.api.model.Dependency
All Implemented Interfaces:
Serializable

public class Dependency
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Dependency()
           
Dependency(String groupId, String artifactId, String version, String classifier, String type, String scope)
           
 
Method Summary
 boolean equals(Object o)
           
 String getArtifactId()
           
 String getClassifier()
           
 String getGroupId()
           
 String getScope()
           
 String getType()
           
 String getVersion()
           
 int hashCode()
           
 void setArtifactId(String artifactId)
           
 void setClassifier(String classifier)
           
 void setGroupId(String groupId)
           
 void setScope(String scope)
           
 void setType(String type)
           
 void setVersion(String version)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Dependency

public Dependency()

Dependency

public Dependency(String groupId,
                  String artifactId,
                  String version,
                  String classifier,
                  String type,
                  String scope)
Method Detail

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)

getArtifactId

public String getArtifactId()

setArtifactId

public void setArtifactId(String artifactId)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

getClassifier

public String getClassifier()

setClassifier

public void setClassifier(String classifier)

getType

public String getType()

setType

public void setType(String type)

getScope

public String getScope()

setScope

public void setScope(String scope)

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.