Package systextil.dao

Class Turno

java.lang.Object
systextil.dao.Turno
All Implemented Interfaces:
Serializable

public class Turno extends Object implements Serializable
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final int
     
    final int
     
    final int
     
    final int
     
    static final Turno
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Turno(int tempo1, int tempo2, int tempo3, int tempo4)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final boolean
    Este método não pode ser sobrescrito, pois comparações de instâncias deste tipo devem ser compatíveis com Turno.
    int
    getTempo(int turno)
     
    int
     
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • ZEROS

      public static final Turno ZEROS
    • tempo1

      public final int tempo1
    • tempo2

      public final int tempo2
    • tempo3

      public final int tempo3
    • tempo4

      public final int tempo4
  • Constructor Details

    • Turno

      public Turno(int tempo1, int tempo2, int tempo3, int tempo4)
  • Method Details

    • equals

      public final boolean equals(Object obj)
      Este método não pode ser sobrescrito, pois comparações de instâncias deste tipo devem ser compatíveis com Turno.
      Overrides:
      equals in class Object
    • hashCode

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

      public int getTempo(int turno)
    • toString

      public String toString()
      Overrides:
      toString in class Object