public class ServiceDependency extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceDependency.DescriptiveParametersValue |
| Modifier and Type | Field and Description |
|---|---|
protected String |
clazz |
protected String |
name |
protected String |
version |
| Constructor and Description |
|---|
ServiceDependency() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getClazz()
Gets the class
|
String |
getName()
Gets the name
|
String |
getVersion()
Gets the version
|
void |
setClazz(String clazz)
Sets the class
|
void |
setName(String name)
Sets the name
|
void |
setVersion(String version)
Sets the version
|
protected String clazz
protected String name
protected String version
public String getName()
public void setName(String name)
name - the namepublic String getClazz()
public void setClazz(String clazz)
clazz - the classpublic String getVersion()
public void setVersion(String version)
version - the versionCopyright © 2015. All Rights Reserved.