Class Seller

java.lang.Object
com.skava.accounts.model.exchange.Seller
All Implemented Interfaces:
Serializable

public class Seller extends Object implements Serializable
This Class Seller is used as the model object for Seller Entity.
Author:
Infosys Equinox
See Also:
  • Field Details

    • createdTime

      protected Date createdTime
      The createdTime param.
    • updatedTime

      protected Date updatedTime
      The updatedTime param.
  • Constructor Details

    • Seller

      public Seller()
  • Method Details

    • fromDomainObject

      public Seller fromDomainObject(AccountSellerDO accountSellerDO)
      From domain object. This function is used to convert from domain object to exchange object. This function is used to map the params in AccountSellerDO to Seller
      Parameters:
      accountSellerDO - the account seller DO
      Returns:
      the seller Seller
    • toDomainObject

      public AccountSellerDO toDomainObject()
      To domain object. This function is used to convert from exchange object domain object. This function is used to map the params in Seller to AccountSellerDO
      Returns:
      the AccountSellerDO