Class AccountPropertiesEntity

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

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

    • attributeId

      protected String attributeId
      attr_id of the property.
    • value

      protected String value
      value - value of the property.
  • Constructor Details

    • AccountPropertiesEntity

      public AccountPropertiesEntity()