Class AccountBuyerDO

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

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

    • userId

      protected String userId
      name.
    • teamId

      protected long teamId
      teamId.
    • accountId

      protected long accountId
      accountId.
    • createdTime

      protected Date createdTime
      createdTime param*.
    • updatedTime

      protected Date updatedTime
      updatedTime param*.
  • Constructor Details

    • AccountBuyerDO

      public AccountBuyerDO(long id, String userId)
      Instantiates a new account buyer DO.
      Parameters:
      id - the id
      userId - the user id
  • Method Details