Class AccountSellerDO

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

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

    • userId

      protected String userId
      name.
    • createdTime

      protected Date createdTime
      createdTime param*.
    • updatedTime

      protected Date updatedTime
      updatedTime param*.
  • Constructor Details

    • AccountSellerDO

      public AccountSellerDO(long id, int page, int size, long accountId, String userId)
      Instantiates a new account seller DO.
      Parameters:
      id - the id
      page - the page
      size - the size
      accountId - the account id
      userId - the user id
  • Method Details