Class LPVSPullRequest

java.lang.Object
com.lpvs.entity.LPVSPullRequest
All Implemented Interfaces:
Serializable

@Entity public class LPVSPullRequest extends Object implements Serializable
Represents a pull request in the LPVS system. This class is mapped to the "lpvs_pull_requests" table in the "lpvs" schema.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks if this pull request is equal to another object based on specific criteria.
    int
    Generates a hash code for the pull request based on specific attributes.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LPVSPullRequest

      public LPVSPullRequest()
  • Method Details

    • equals

      public boolean equals(Object o)
      Checks if this pull request is equal to another object based on specific criteria.
      Overrides:
      equals in class Object
      Parameters:
      o - The object to compare with.
      Returns:
      True if the objects are equal, false otherwise.
    • hashCode

      public int hashCode()
      Generates a hash code for the pull request based on specific attributes.
      Overrides:
      hashCode in class Object
      Returns:
      The hash code for the pull request.