Interface WageValueProvider

All Known Implementing Classes:
DefaultWageValueProvider

public interface WageValueProvider
  • Method Details

    • getSalary

      Optional<Entity> getSalary()
    • getIncomePerHour

      Optional<BigDecimal> getIncomePerHour()
    • getSalaryType

      Optional<Entity> getSalaryType()
    • getQuantity

      Optional<BigDecimal> getQuantity()
    • getDate

      org.joda.time.LocalDate getDate()
    • getReservation

      Entity getReservation()
    • getLecturerBooking

      Entity getLecturerBooking()
    • getReservationLecturerBooking

      Entity getReservationLecturerBooking()
    • getReceiver

      Entity getReceiver()
    • getWageStatusId

      String getWageStatusId()
    • createLabel

      String createLabel()