Class LocationParmVal

  • All Implemented Interfaces:
    java.lang.Comparable<ExtractedParameterValue>

    public class LocationParmVal
    extends ExtractedParameterValue
    This class defines the Data Transfer Object representing a row in the X_LATLNG_VALUES tables.
    • Constructor Detail

      • LocationParmVal

        public LocationParmVal()
        Public constructor
    • Method Detail

      • getValueLatitude

        public java.lang.Double getValueLatitude()
      • setValueLatitude

        public void setValueLatitude​(java.lang.Double valueLatitude)
      • getValueLongitude

        public java.lang.Double getValueLongitude()
      • setValueLongitude

        public void setValueLongitude​(java.lang.Double valueLongitude)
      • compareToInner

        protected int compareToInner​(ExtractedParameterValue o)
        Description copied from class: ExtractedParameterValue
        Additional extracted parameter value comparisions when the same class.
        Specified by:
        compareToInner in class ExtractedParameterValue
        Parameters:
        o - an extracted parameter value to compare to
        Returns:
        a negative integer, zero, or a positive integer as this extracted parameter value is less than, equal to, or greater than the specified extracted parameter value.