Class ClientRole

java.lang.Object
com.skava.auth.model.entities.ClientRole

@Entity(name="client_role") public class ClientRole extends Object
This Model class represents the persistence informations of the `client_role` entity.
Version:
$Id: $Id
Author:
Infosys Equinox
  • Constructor Details

  • Method Details

    • isClientIdNotEqual

      public boolean isClientIdNotEqual(ClientRole other)
      This method is to check the equality of two client identifiers from two different objects, return TRUE if equals else FALSE.
      Parameters:
      other - a ClientRole object. input for equality check.
      Returns:
      a Boolean object. equality check result.
    • isRoleNameNotEqual

      public boolean isRoleNameNotEqual(ClientRole other)
      This method is to check the equality of two roles from two different objects, return TRUE if equals else FALSE.
      Parameters:
      other - a ClientRole object. input for equality check.
      Returns:
      a Boolean object. equality check result.
    • isBusinessIdNotEqual

      public boolean isBusinessIdNotEqual(ClientRole other)
      This method is to check the equality of two business identifiers from two different objects, return TRUE if equals else FALSE.
      Parameters:
      other - a ClientRole object. input for equality check.
      Returns:
      a Boolean object. equality check result.
    • isServiceNotEqual

      public boolean isServiceNotEqual(ClientRole other)
      This method is to check the equality of two service names from two different objects, return TRUE if equals else FALSE.
      Parameters:
      other - a ClientRole object. input for equality check.
      Returns:
      a Boolean object. equality check result.
    • isCollectionIdNotEqual

      public boolean isCollectionIdNotEqual(ClientRole other)
      This method is to check the equality of two collection identifiers from two different objects, return TRUE if equals else FALSE.
      Parameters:
      other - a ClientRole object. input for equality check.
      Returns:
      a Boolean object. equality check result.
    • isStoreIdNotEqual

      public boolean isStoreIdNotEqual(ClientRole other)
      This method is to check the equality of two store identifiers from two different objects, return TRUE if equals else FALSE.
      Parameters:
      other - a ClientRole object. input for equality check.
      Returns:
      a Boolean object. equality check result.
    • isServiceCollectionIdNotEqual

      public boolean isServiceCollectionIdNotEqual(ClientRole role)
      This method is to check the equality of two service collection identifiers from two different objects, return TRUE if equals else FALSE.
      Parameters:
      role - a ClientRole object. input for equality check.
      Returns:
      a Boolean object. equality check result.
    • hashCode

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

      public boolean equals(Object object)
      Overrides:
      equals in class Object