org.apache.archiva.rest.api.model
Class Dependency
java.lang.Object
org.apache.archiva.rest.api.model.Dependency
- All Implemented Interfaces:
- Serializable
public class Dependency
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Dependency
public Dependency()
Dependency
public Dependency(String groupId,
String artifactId,
String version,
String classifier,
String type,
String scope)
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.