Class ShipyardProperties


  • @Component
    @PropertySource("classpath:application.properties")
    @ConfigurationProperties(prefix="shipyard")
    public class ShipyardProperties
    extends java.lang.Object
    Shipyard properties.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2018 Created on Jun 01, 2018
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • materialCostPerUnit

        private int materialCostPerUnit
      • salaryPerDay

        private int salaryPerDay
    • Constructor Detail

      • ShipyardProperties

        public ShipyardProperties()