Record Class CCureTargetDao.CCureMembership

java.lang.Object
java.lang.Record
edu.internet2.middleware.grouper.app.ccure.CCureTargetDao.CCureMembership
Enclosing class:
CCureTargetDao

public static record CCureTargetDao.CCureMembership(int personnelId, int clearanceId, int objectId) extends Record
  • Constructor Details

    • CCureMembership

      public CCureMembership(int personnelId, int clearanceId, int objectId)
      Creates an instance of a CCureMembership record class.
      Parameters:
      personnelId - the value for the personnelId record component
      clearanceId - the value for the clearanceId record component
      objectId - the value for the objectId record component
  • Method Details

    • fromJson

      public static CCureTargetDao.CCureMembership fromJson(com.fasterxml.jackson.databind.JsonNode node)
    • fromProvisioningMembership

      public static CCureTargetDao.CCureMembership fromProvisioningMembership(ProvisioningMembership targetMship, Set<String> fieldNamesToSet)
    • toProvisioningMembership

      public ProvisioningMembership toProvisioningMembership()
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • personnelId

      public int personnelId()
      Returns the value of the personnelId record component.
      Returns:
      the value of the personnelId record component
    • clearanceId

      public int clearanceId()
      Returns the value of the clearanceId record component.
      Returns:
      the value of the clearanceId record component
    • objectId

      public int objectId()
      Returns the value of the objectId record component.
      Returns:
      the value of the objectId record component