Package com.skava.auth.model.entities
Class CollectionProperty
java.lang.Object
com.skava.auth.model.entities.CollectionProperty
This Model class represents the persistence informations of the `collection_properties` entity.
- Version:
- $Id: $Id
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionThe default class constructor.CollectionProperty
(Collection collection, CollectionAttribute attribute, CollectionPropertyVO property) Instantiates a new collection property. -
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
-
CollectionProperty
public CollectionProperty()The default class constructor. -
CollectionProperty
public CollectionProperty(Collection collection, CollectionAttribute attribute, CollectionPropertyVO property) Instantiates a new collection property.- Parameters:
collection
- aCollection
object. a collection object for parent entity reference.attribute
- aCollectionAttribute
object. a collection attribute object for parent entity reference.property
- aCollectionPropertyVO
object. a collection property exchange object for transformation.
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
isAttributeNotEqual
This method is to check the equality of two collection attribute objects, return TRUE if equals else FALSE.- Parameters:
other
- aCollectionPropertyVO
object. input for equality check.- Returns:
- a
Boolean
object. equality check result.
-