Package com.skava.entities
Class CollectionAttributeEntity
java.lang.Object
com.skava.entities.CollectionAttributeEntity
- All Implemented Interfaces:
Serializable
@Entity(name="collection_attribute")
public class CollectionAttributeEntity
extends Object
implements Serializable
CollectionAttribute class.
This class represents the database fields of the notification's collection attribute entity.- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThe class constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
This method is to check the equality of two collection attribute objects, return TRUE if equals else FALSE.
-
Constructor Details
-
CollectionAttributeEntity
public CollectionAttributeEntity()The class constructor. -
CollectionAttributeEntity
-
-
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
- aCollectionAttributeEntity
object. input for equality check.- Returns:
- a
Boolean
object. equality check result.
-