Class AssetEntity
java.lang.Object
es.kukenan.smartfi.microservice.smartficore.repository.entity.AssetEntity
- All Implemented Interfaces:
Serializable
DAO for asset entity table in Database.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate IntegerBlocked Titles.private StringId.private StringIsin.private BigDecimalLast total value.private LocalDateTimeLast value date.private StringMarket.private StringName of asset entity.private BigDecimalTotal value.private BigDecimalUnity Quantity. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
Id. -
name
Name of asset entity. -
isin
Isin. -
market
Market. -
unityQuantity
Unity Quantity. -
lastTotalValue
Last total value. -
lastValueDate
Last value date. -
totalValue
Total value. -
blockedTitles
Blocked Titles.
-
-
Constructor Details
-
AssetEntity
public AssetEntity()
-