com.sun.jersey.wadl
Class Dependency
java.lang.Object
com.sun.jersey.wadl.Dependency
public class Dependency
- extends Object
TODO: DESCRIBE ME
Created on: Jun 10, 2008
- Version:
- $Id$
- Author:
- Martin Grotzke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dependency
public Dependency()
Dependency
public Dependency(String groupId,
String artifactId,
String version)
getSystemPath
public String getSystemPath()
- Returns:
- the systemPath
setSystemPath
public void setSystemPath(String systemPath)
- Parameters:
systemPath
- the systemPath to set
getGroupId
public String getGroupId()
- Returns:
- the groupId
setGroupId
public void setGroupId(String groupId)
- Parameters:
groupId
- the groupId to set
getArtifactId
public String getArtifactId()
- Returns:
- the artifactId
setArtifactId
public void setArtifactId(String artifactId)
- Parameters:
artifactId
- the artifactId to set
getVersion
public String getVersion()
- Returns:
- the version
setVersion
public void setVersion(String version)
- Parameters:
version
- the version to set
Copyright © 2013 Oracle Corporation. All Rights Reserved.