Class CollectionsDO

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

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

    • createdTime

      protected transient Date createdTime
      createdTime.
    • updatedTime

      protected transient Date updatedTime
      updatedTime.
    • createdBy

      protected Long createdBy
    • updatedBy

      protected Long updatedBy
    • status

      protected String status
  • Constructor Details

    • CollectionsDO

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