Package com.skava.auth.model.entities
Class UserRole
java.lang.Object
com.skava.auth.model.entities.UserRole
This Model class represents the persistence informations of the `user_role` entity.
- Version:
- $Id: $Id
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionUserRole()
The class constructor.UserRole
(UserRole matchedUserRole, UserRole userRole, Collection collection) UserRole
(Long userId, UserRoleVO userRole, Collection collection) UserRole
(Long userId, UserRoleVO userRole, Long collectionId) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
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.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.boolean
isRoleNameNotEqual
(UserRole other) This method is to check the equality of two roles from two different objects, return TRUE if equals else FALSE.boolean
This method is to check the equality of two service collection identifiers from two different objects, return TRUE if equals else FALSE.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.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.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.
-
Constructor Details
-
UserRole
public UserRole()The class constructor. -
UserRole
-
UserRole
-
UserRole
-
-
Method Details
-
isUserIdNotEqual
This method is to check the equality of two user identifiers from two different objects, return TRUE if equals else FALSE. -
isRoleNameNotEqual
This method is to check the equality of two roles from two different objects, return TRUE if equals else FALSE. -
isBusinessIdNotEqual
This method is to check the equality of two business identifiers from two different objects, return TRUE if equals else FALSE. -
isServiceNotEqual
This method is to check the equality of two service names from two different objects, return TRUE if equals else FALSE. -
isCollectionIdNotEqual
This method is to check the equality of two collection identifiers from two different objects, return TRUE if equals else FALSE. -
isStoreIdNotEqual
This method is to check the equality of two store identifiers from two different objects, return TRUE if equals else FALSE. -
isServiceCollectionIdNotEqual
This method is to check the equality of two service collection identifiers from two different objects, return TRUE if equals else FALSE. -
hashCode
public int hashCode() -
equals
-