org.rr0.is.presentation.view.report.applet
Class Place


class Place


Field Summary
 private final static CountryBELGIUM
           
 private final static CountryCANADA
           
 final static Country[]COUNTRIES
           
 private Countrycountry
           
 private final static CountryFRANCE
           
 private floatlatdeg
           
 private floatlongideg
           
 private Stringname
           
 final static Place[]PLACES
           
 private TimeZonetimeZone
           

Constructor Summary
Place(Country country, String someName, float someLatitude, float someLongitude, int rawOffset)
           

Method Summary
 CountrygetCountry()
           
 floatgetLatdeg()
           
 floatgetLongideg()
           
 StringgetName()
           
 TimeZonegetTimeZone()
           

Field Detail

BELGIUM

private final static Country BELGIUM

CANADA

private final static Country CANADA

COUNTRIES

public final static Country[] COUNTRIES

country

private Country country

FRANCE

private final static Country FRANCE

latdeg

private float latdeg

longideg

private float longideg

name

private String name

PLACES

public final static Place[] PLACES

timeZone

private TimeZone timeZone
Constructor Detail

Place

public Place(Country country, String someName, float someLatitude, float someLongitude, int rawOffset)
Method Detail

getCountry

public Country getCountry()

getLatdeg

public float getLatdeg()

getLongideg

public float getLongideg()

getName

public String getName()

getTimeZone

public TimeZone getTimeZone()

Association Links

to Class org.rr0.is.presentation.view.report.applet.Country

to Class org.rr0.is.presentation.view.report.applet.Country

to Class org.rr0.is.presentation.view.report.applet.Country

to Class org.rr0.is.presentation.view.report.applet.Country

to Class org.rr0.is.presentation.view.report.applet.Place

to Class java.lang.String

to Class org.rr0.is.presentation.view.report.applet.Country

to Class java.util.TimeZone