Package com.skava.auth.model.entities
Class CollectionAttribute
java.lang.Object
com.skava.auth.model.entities.CollectionAttribute
This Model class represents the persistence information of the `collection_attribute` entity.
- Version:
- $Id: $Id
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
isNameEqual
(CollectionAttribute other) This method is to check the equality of two collection attribute objects, return TRUE if equals else FALSE.
-
Constructor Details
-
CollectionAttribute
public CollectionAttribute()The class constructor. -
CollectionAttribute
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
isNameEqual
This method is to check the equality of two collection attribute objects, return TRUE if equals else FALSE.- Parameters:
other
- aCollectionAttribute
object. input for equality check.- Returns:
- a
Boolean
object. equality check result.
-