|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.common.ghn.service.configuration.Coordinates
public class Coordinates
The coordinates of the managed service.
| Constructor Summary | |
|---|---|
Coordinates()
|
|
| Method Summary | |
|---|---|
String |
description()
Returns the description of the service. |
Coordinates |
description(String description)
Sets the description of the service. |
boolean |
equals(Object obj)
|
int |
hashCode()
|
String |
name()
Returns the name of the service. |
Coordinates |
name(String name)
Sets the name of the service. |
String |
serviceClass()
Returns the class of the service |
Coordinates |
serviceClass(String serviceClass)
Sets the class of the service. |
String |
version()
Returns the version of the service |
Coordinates |
version(String version)
Sets the version of the service. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Coordinates()
| Method Detail |
|---|
public String name()
public Coordinates name(String name)
name - the name of the service
public String serviceClass()
public Coordinates serviceClass(String serviceClass)
serviceClass - the class of the service
public String version()
public Coordinates version(String version)
version - the version of the service
public String description()
public Coordinates description(String description)
description - the description of the service
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||