org.kuali.common.util
Class Dependency

java.lang.Object
  extended by org.kuali.common.util.Dependency

public class Dependency
extends Object

Simple pojo representing a Maven dependency.


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

Constructor Detail

Dependency

public Dependency()
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)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.