Class RequestOffice

java.lang.Object
it.univr.passportease.entity.RequestOffice

@Entity public class RequestOffice extends Object
The RequestOffice class is an entity that represents the relationship between a Request and an Office.
  • Field Details

  • Constructor Details

    • RequestOffice

      public RequestOffice()
  • Method Details

    • equals

      public final boolean equals(Object o)
      Equals method for this RequestOffice.
      Overrides:
      equals in class Object
      Parameters:
      o - The object to compare.
      Returns:
      true if the given object is an instance of RequestOffice and has the same id as this one, false otherwise.
    • hashCode

      public final int hashCode()
      Hash code method for this RequestOffice.
      Overrides:
      hashCode in class Object
      Returns:
      The hash code of this object.