Class CrewShellWorkshiftKey

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

public class CrewShellWorkshiftKey extends DynO
Business object representing the crew shell workshift key
Since:
16.0
See Also:
  • Constructor Details

    • CrewShellWorkshiftKey

      public CrewShellWorkshiftKey()
  • Method Details

    • getCrewShell

      public Long getCrewShell()
      Returns the crew shell
      Returns:
      the crew shell
    • setCrewShell

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

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

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object