Class UserRole

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

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

  • Method Details

    • isUserIdNotEqual

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

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

      public boolean isBusinessIdNotEqual(UserRole 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 UserRole object. input for equality check.
      Returns:
      a Boolean object. equality check result.
    • isServiceNotEqual

      public boolean isServiceNotEqual(UserRole 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 UserRole object. input for equality check.
      Returns:
      a Boolean object. equality check result.
    • isCollectionIdNotEqual

      public boolean isCollectionIdNotEqual(UserRole 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 UserRole object. input for equality check.
      Returns:
      a Boolean object. equality check result.
    • isStoreIdNotEqual

      public boolean isStoreIdNotEqual(UserRole 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 UserRole object. input for equality check.
      Returns:
      a Boolean object. equality check result.
    • isServiceCollectionIdNotEqual

      public boolean isServiceCollectionIdNotEqual(UserRole other)
      This method is to check the equality of two service collection identifiers from two different objects, return TRUE if equals else FALSE.
      Parameters:
      other - a UserRole 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 obj)
      Overrides:
      equals in class Object