org.gcube.common.core.resources.service
Class ServiceDependency

java.lang.Object
  extended by org.gcube.common.core.resources.service.ServiceDependency

public class ServiceDependency
extends Object

Describe the VRE Component element

Author:
Andrea Manzi, Manuele Simi (CNR)

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

clazz

protected String clazz

name

protected String name

version

protected String version
Constructor Detail

ServiceDependency

public ServiceDependency()
Method Detail

getName

public String getName()
Gets the name

Returns:
the name

setName

public void setName(String name)
Sets the name

Parameters:
name - the name

getClazz

public String getClazz()
Gets the class

Returns:
the class

setClazz

public void setClazz(String clazz)
Sets the class

Parameters:
clazz - the class

getVersion

public String getVersion()
Gets the version

Returns:
the version

setVersion

public void setVersion(String version)
Sets the version

Parameters:
version - the version

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013. All Rights Reserved.