|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.smartgears.configuration.container.Site
public class Site
The geographical site of the container.
| Constructor Summary | |
|---|---|
Site()
|
|
| Method Summary | |
|---|---|
String |
country()
Returns the country. |
Site |
country(String country)
Sets the country. |
boolean |
equals(Object obj)
|
int |
hashCode()
|
String |
latitude()
Returns the latitude. |
Site |
latitude(String latitude)
Sets the latitude. |
String |
location()
Returns the location. |
Site |
location(String location)
Sets the location. |
String |
longitude()
Returns the longitude. |
Site |
longitude(String longitude)
Sets the longitude. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Site()
| Method Detail |
|---|
public String country()
public Site country(String country)
the - country
public String latitude()
public Site latitude(String latitude)
the - latitude
public String longitude()
public Site longitude(String longitude)
the - longitude
public String location()
public Site location(String location)
the - location
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 | |||||||||