org.wdssii.dualpol.icing
Class PilotReport

java.lang.Object
  extended by org.wdssii.dualpol.icing.PilotReport

public class PilotReport
extends Object

A pilot report of icing conditions

Author:
lakshman

Field Summary
private  int icingIntensity
           
private  Location location
           
private  Location lowerBound
           
private  Date time
           
private  Location upperBound
           
 
Constructor Summary
PilotReport(Date time, Location lowerBound, Location upperBound, int icingIntensity)
           
 
Method Summary
 int getIcingIntensity()
           
 Location getLocation()
           
 Location getLowerBound()
           
 Date getTime()
           
 Location getUpperBound()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

time

private Date time

lowerBound

private Location lowerBound

upperBound

private Location upperBound

location

private Location location

icingIntensity

private int icingIntensity
Constructor Detail

PilotReport

public PilotReport(Date time,
                   Location lowerBound,
                   Location upperBound,
                   int icingIntensity)
Method Detail

getTime

public Date getTime()

getLowerBound

public Location getLowerBound()

getUpperBound

public Location getUpperBound()

getIcingIntensity

public int getIcingIntensity()

getLocation

public Location getLocation()

toString

public String toString()
Overrides:
toString in class Object