Class AccountBuyerEntity

java.lang.Object
com.skava.accounts.model.entity.AccountBuyerEntity
All Implemented Interfaces:
Serializable

@Entity @Config(defaultVariableName="accountbuyer") public class AccountBuyerEntity extends Object implements Serializable
This Class AccountBuyerEntity represents the database fields of AccountBuyer.
Author:
Infosys Equinox
See Also:
  • Field Details

    • userId

      @NotNull(message="UserId cannot be empty") @Length(min=1) protected @NotNull(message="UserId cannot be empty") @Length(min=1) String userId
      userId.
    • createdTime

      public Date createdTime
      createdTime createdTime of the account.
    • updatedTime

      public Date updatedTime
      updatedTime - updatedTime of the collection.
  • Constructor Details

    • AccountBuyerEntity

      public AccountBuyerEntity()