public class

PhysicalDataImpl

extends Object
implements Serializable PhysicalData JPAEntity
java.lang.Object
   ↳ vars.annotation.jpa.PhysicalDataImpl

Summary

[Expand]
Inherited Constants
From interface vars.annotation.PhysicalData
Public Constructors
PhysicalDataImpl()
Public Methods
boolean containsData()
Indicates if the physical data object contains any data values.
boolean equals(Object obj)
Float getAltitude()
Float getDepth()
Get Depth
Long getId()
Double getLatitude()
Get Decimal latitude
Float getLight()
Get Light Beam Transmission PerCentage
Date getLogDate()
Double getLongitude()
Get Decimal longitude
Float getOxygen()
Get Oxygen
Object getPrimaryKey()
Float getSalinity()
Get Salinity
Float getTemperature()
Get Temperature
VideoFrame getVideoFrame()
int hashCode()
void setAltitude(Float altitude)
void setDepth(Float depth)
Set Depth from a Float
void setId(Long id)
void setLatitude(Double latitude)
Set Light Beam Transmission PerCentage from a float
void setLight(Float light)
Set Oxygen from a float
void setLogDate(Date logDate)
Set the date that the physical data was logged.
void setLongitude(Double longitude)
Set Decimal Latitude from a Float
void setOxygen(Float oxygen)
Set Salinity from a float
void setSalinity(Float salinity)
Set Temperature from a float
void setTemperature(Float temperature)
Set Depth from a float
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface vars.VARSObject
From interface vars.annotation.PhysicalData
From interface vars.jpa.JPAEntity

Public Constructors

public PhysicalDataImpl ()

Public Methods

public boolean containsData ()

Indicates if the physical data object contains any data values.

Returns
  • false if all data values (depth, salinity, temperature, oxygen, light, latitude, and longitude) are null. true if any of these values are not null.

public boolean equals (Object obj)

public Float getAltitude ()

public Float getDepth ()

Get Depth

Returns
  • Depth in meters

public Long getId ()

public Double getLatitude ()

Get Decimal latitude

Returns
  • Decimal latitude

public Float getLight ()

Get Light Beam Transmission PerCentage

Returns
  • Light Beam Transmission PerCentage

public Date getLogDate ()

public Double getLongitude ()

Get Decimal longitude

Returns
  • Decimal longitude

public Float getOxygen ()

Get Oxygen

Returns
  • Oxygen in ml/l

public Object getPrimaryKey ()

public Float getSalinity ()

Get Salinity

Returns
  • Salinity in Practical Salinity Units (PSU)

public Float getTemperature ()

Get Temperature

Returns
  • Temperature in degrees Celsius

public VideoFrame getVideoFrame ()

public int hashCode ()

public void setAltitude (Float altitude)

public void setDepth (Float depth)

Set Depth from a Float

Parameters
depth Depth in meters

public void setId (Long id)

public void setLatitude (Double latitude)

Set Light Beam Transmission PerCentage from a float

public void setLight (Float light)

Set Oxygen from a float

public void setLogDate (Date logDate)

Set the date that the physical data was logged.

public void setLongitude (Double longitude)

Set Decimal Latitude from a Float

public void setOxygen (Float oxygen)

Set Salinity from a float

public void setSalinity (Float salinity)

Set Temperature from a float

public void setTemperature (Float temperature)

Set Depth from a float

public String toString ()