Class ShiftType3DaysPattern


public class ShiftType3DaysPattern extends Pattern
  • Constructor Details

    • ShiftType3DaysPattern

      public ShiftType3DaysPattern()
    • ShiftType3DaysPattern

      public ShiftType3DaysPattern(long id, String code)
  • Method Details

    • getDayIndex0ShiftType

      public ShiftType getDayIndex0ShiftType()
    • setDayIndex0ShiftType

      public void setDayIndex0ShiftType(ShiftType dayIndex0ShiftType)
    • getDayIndex1ShiftType

      public ShiftType getDayIndex1ShiftType()
    • setDayIndex1ShiftType

      public void setDayIndex1ShiftType(ShiftType dayIndex1ShiftType)
    • getDayIndex2ShiftType

      public ShiftType getDayIndex2ShiftType()
    • setDayIndex2ShiftType

      public void setDayIndex2ShiftType(ShiftType dayIndex2ShiftType)
    • toString

      public String toString()
      Overrides:
      toString in class Pattern