Class PropertiesEntity

java.lang.Object
com.skava.accounts.model.entity.PropertiesEntity
All Implemented Interfaces:
Serializable

@Entity public class PropertiesEntity extends Object implements Serializable
The Class PropertiesEntity represents the database fields of properties.
Author:
Infosys Equinox
See Also:
  • Field Details

    • attribute

      protected CollectionAttributesEntity attribute
      attribute id of the property.
    • value

      protected String value
      value - value of the property.
    • createdTime

      protected Date createdTime
    • updatedTime

      protected Date updatedTime
      updatedTime - updatedTime of the collection.
    • createdBy

      protected Long createdBy
      The created by.
    • updatedBy

      protected Long updatedBy
      The updated by.
  • Constructor Details

  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • isPropertyEqual

      public boolean isPropertyEqual(PropertiesEntity other)
      This method is to check the equality of two collection attribute objects, return TRUE if equals else FALSE.
      Parameters:
      other - a PropertiesEntity object. input for equality check.
      Returns:
      a Boolean object. equality check result.