|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.common.core.resources.service.ServiceDependency
public class ServiceDependency
Describe the VRE Component element
| Nested Class Summary | |
|---|---|
static class |
ServiceDependency.DescriptiveParametersValue
|
| Field Summary | |
|---|---|
protected String |
clazz
|
protected String |
name
|
protected String |
version
|
| Constructor Summary | |
|---|---|
ServiceDependency()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String clazz
protected String name
protected String version
| Constructor Detail |
|---|
public ServiceDependency()
| Method Detail |
|---|
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 versionpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||