Class Instructor

java.lang.Object
edu.ucsb.cs156.frontiers.entities.Instructor

@Entity(name="instructors") public class Instructor extends Object
This is a JPA entity that represents an Instructor.
  • Constructor Details

    • Instructor

      public Instructor()
  • Method Details

    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object