Package com.skava.auth.model.entities
Class ClientRole
java.lang.Object
com.skava.auth.model.entities.ClientRole
This Model class represents the persistence informations of the `client_role` entity.
- Version:
- $Id: $Id
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionThe class constructor.ClientRole
(ClientRole matchedClientRole, ClientRole clientRole, Collection collection) ClientRole
(String clientId, ClientRoleVO clientRole, Collection collection) ClientRole
(String clientId, ClientRoleVO clientRole, Long collectionId) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
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.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.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.boolean
isRoleNameNotEqual
(ClientRole 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
(ClientRole other) This method is to check the equality of two service names from two different objects, return TRUE if equals else FALSE.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.
-
Constructor Details
-
ClientRole
public ClientRole()The class constructor. -
ClientRole
-
ClientRole
-
ClientRole
-
-
Method Details
-
isClientIdNotEqual
This method is to check the equality of two client identifiers from two different objects, return TRUE if equals else FALSE.- Parameters:
other
- aClientRole
object. input for equality check.- Returns:
- a
Boolean
object. equality check result.
-
isRoleNameNotEqual
This method is to check the equality of two roles from two different objects, return TRUE if equals else FALSE.- Parameters:
other
- aClientRole
object. input for equality check.- Returns:
- a
Boolean
object. equality check result.
-
isBusinessIdNotEqual
This method is to check the equality of two business identifiers from two different objects, return TRUE if equals else FALSE.- Parameters:
other
- aClientRole
object. input for equality check.- Returns:
- a
Boolean
object. equality check result.
-
isServiceNotEqual
This method is to check the equality of two service names from two different objects, return TRUE if equals else FALSE.- Parameters:
other
- aClientRole
object. input for equality check.- Returns:
- a
Boolean
object. equality check result.
-
isCollectionIdNotEqual
This method is to check the equality of two collection identifiers from two different objects, return TRUE if equals else FALSE.- Parameters:
other
- aClientRole
object. input for equality check.- Returns:
- a
Boolean
object. equality check result.
-
isStoreIdNotEqual
This method is to check the equality of two store identifiers from two different objects, return TRUE if equals else FALSE.- Parameters:
other
- aClientRole
object. input for equality check.- Returns:
- a
Boolean
object. equality check result.
-
isServiceCollectionIdNotEqual
This method is to check the equality of two service collection identifiers from two different objects, return TRUE if equals else FALSE.- Parameters:
role
- aClientRole
object. input for equality check.- Returns:
- a
Boolean
object. equality check result.
-
hashCode
public int hashCode() -
equals
-