Class AccountPropertiesDO

java.lang.Object
com.skava.accounts.model.domain.AccountPropertiesDO
All Implemented Interfaces:
Serializable

public class AccountPropertiesDO extends Object implements Serializable
The Class AccountPropertiesDO is used as the domain model object for accountproperties entity.
Author:
Infosys Equinox
See Also:
  • Field Details

    • attrId

      protected String attrId
      name.
    • value

      protected String value
      value.
  • Constructor Details

    • AccountPropertiesDO

      public AccountPropertiesDO(long id, String filter, String attrId)
      Instantiates a new properties DO.
      Parameters:
      id - the id
      filter - the filter
      attrId - the attrId
  • Method Details