Class AdvanceMovement
java.lang.Object
es.kukenan.smartfi.microservice.smartficore.repository.entity.AdvanceMovement
- All Implemented Interfaces:
Serializable
DAO for product movement table in Database.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate AdvanceProductType of user document.private StringInsert date.private booleanProduct description.private StringInsert date.private intUser Id.private LocalDateTimeInsert date.private StringInsert user.private StringProduct description.private StringInsert date.private StringProduct description.private BigDecimalInsert date.private LocalDateTimeInsert date.private StringProduct description.private StringInsert date.private MovementTypeType of user document.private ProductType of user document.private StringInsert date.private StringInsert date.private LocalDateTimeUpdate date.private StringUpdate user.private UserType of user document. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
private int idUser Id. -
movementId
Product description. -
method
Product description. -
cancelable
private boolean cancelableProduct description. -
isinname
Product description. -
userId
Type of user document. -
productId
Type of user document. -
movementTypeId
Type of user document. -
movementDate
Insert date. -
movementType
Insert date. -
state
Insert date. -
movementAmount
Insert date. -
startMovementPeriod
Insert date. -
limitMovementPeriod
Insert date. -
associatedMovement
Insert date. -
externalId
Insert date. -
insertDate
Insert date. -
insertUser
Insert user. -
updateDate
Update date. -
updateUser
Update user. -
advanceProduct
Type of user document.
-
-
Constructor Details
-
AdvanceMovement
public AdvanceMovement()
-