Package com.skava.accounts.model.entity
Class PropertiesEntity
java.lang.Object
com.skava.accounts.model.entity.PropertiesEntity
- All Implemented Interfaces:
Serializable
The Class PropertiesEntity represents the database fields of properties.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPropertiesEntity
(CollectionsEntity collection, CollectionAttributesEntity attribute, Properties property) Instantiates a new collection property. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
isPropertyEqual
(PropertiesEntity other) This method is to check the equality of two collection attribute objects, return TRUE if equals else FALSE.
-
Field Details
-
attribute
attribute id of the property. -
value
value - value of the property. -
createdTime
-
updatedTime
updatedTime - updatedTime of the collection. -
createdBy
The created by. -
updatedBy
The updated by.
-
-
Constructor Details
-
PropertiesEntity
public PropertiesEntity(CollectionsEntity collection, CollectionAttributesEntity attribute, Properties property) Instantiates a new collection property.- Parameters:
collection
- aCollectionsEntity
object. a collection object for parent entity reference.attribute
- aCollectionAttributesEntity
object. a collection attribute object for parent entity reference.property
- aProperties
object. a collection property exchange object for transformation.
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
isPropertyEqual
This method is to check the equality of two collection attribute objects, return TRUE if equals else FALSE.- Parameters:
other
- aPropertiesEntity
object. input for equality check.- Returns:
- a
Boolean
object. equality check result.
-