Class PropertiesDO

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

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

    • name

      protected String name
      name.
    • attributeId

      protected long attributeId
      attributeId.
    • value

      protected String value
      value.
    • createdBy

      protected Long createdBy
    • updatedTimestamp

      protected Date updatedTimestamp
      The updated date time.
    • updatedBy

      protected Long updatedBy
      The updated by.
    • createdTimestamp

      protected Date createdTimestamp
      The updated date time.
  • Constructor Details

    • PropertiesDO

      public PropertiesDO(long id, int page, int size, String filter, long collectionId, String name)
      Instantiates a new properties DO.
      Parameters:
      id - the id
      page - the page
      size - the size
      filter - the filter
      collectionId - the collection id
      name - the name
  • Method Details