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