Class ParkingConfiguration

    • Constructor Detail

      • ParkingConfiguration

        public ParkingConfiguration()
    • Method Detail

      • getParkingCostType

        public ParkingCostType getParkingCostType()
        Get parkingCostType
        Returns:
        parkingCostType
      • setParkingCostType

        public void setParkingCostType​(ParkingCostType parkingCostType)
      • getParkingSpotIdentificationType

        public ParkingSpotIdentificationType getParkingSpotIdentificationType()
        Get parkingSpotIdentificationType
        Returns:
        parkingSpotIdentificationType
      • setParkingSpotIdentificationType

        public void setParkingSpotIdentificationType​(ParkingSpotIdentificationType parkingSpotIdentificationType)
      • numberOfParkingSpots

        public ParkingConfiguration numberOfParkingSpots​(java.lang.Integer numberOfParkingSpots)
      • getNumberOfParkingSpots

        public java.lang.Integer getNumberOfParkingSpots()
        Get numberOfParkingSpots
        Returns:
        numberOfParkingSpots
      • setNumberOfParkingSpots

        public void setNumberOfParkingSpots​(java.lang.Integer numberOfParkingSpots)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object