Class BOCrewShellCompositionMismatch

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.crewshell.composition.mismatch.BOCrewShellCompositionMismatch
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOCrewShellCompositionMismatch extends DynO
Business object representing a crew shell composition mismatch.
Since:
16.0
See Also:
  • Constructor Details

    • BOCrewShellCompositionMismatch

      public BOCrewShellCompositionMismatch()
  • Method Details

    • getId

      public Long getId()
      Returns the ID of the crew shell's composition mismatch
      Returns:
      the ID of the crew shell's composition mismatch
    • setId

      public void setId(Long id)
      Sets the ID of the crew shell's composition mismatch
      Parameters:
      id - the ID of the crew shell's composition mismatch
    • getCrewShell

      public Long getCrewShell()
      Returns the crew shell ID
      Returns:
      crewShell the crew shell id
      See Also:
    • setCrewShell

      public void setCrewShell(Long crewShell)
      Sets the crew shell IDs
      Parameters:
      crewShell - the crew shell ID
      See Also:
    • getDay

      public Date getDay()
      Returns the day
      Returns:
      the day
    • setDay

      public void setDay(Date day)
      Sets the day
      Parameters:
      day - the day
    • getMismatch

      public Boolean getMismatch()
      Returns true if the crew shell's composition needs to be confirmed
      Returns:
      true if the crew shell's composition needs to be confirmed
    • setMismatch

      public void setMismatch(Boolean mismatch)
      Sets true if the crew shell's composition needs to be confirmed
      Parameters:
      mismatch - true if the crew shell's composition needs to be confirmed
    • getLastConfirmationDate

      public Date getLastConfirmationDate()
      Returns the last confirmation date
      Returns:
      the last confirmatiomn date
    • setLastConfirmationDate

      public void setLastConfirmationDate(Date lastConfirmationDate)
      Sets the last confirmation date
      Parameters:
      lastConfirmationDate - the last confirmation date