Package com.skava.accounts.model.entity
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 Summary
FieldsModifier and TypeFieldDescriptioncreatedTime createdTime of the account.updatedTime - updatedTime of the collection.protected @NotNull(message="UserId cannot be empty") @Length(min=1) String
userId. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
userId
@NotNull(message="UserId cannot be empty") @Length(min=1) protected @NotNull(message="UserId cannot be empty") @Length(min=1) String userIduserId. -
createdTime
createdTime createdTime of the account. -
updatedTime
updatedTime - updatedTime of the collection.
-
-
Constructor Details
-
AccountBuyerEntity
public AccountBuyerEntity()
-