Class AccountPriceHistoryIdentityProjection
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.projection.MorpheusIdentityModel
com.morpheusdata.model.projection.AccountPriceHistoryIdentityProjection
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccountPriceHistory
Provides a subset of properties from the
AccountPriceHistory object for doing a sync match
comparison with less bandwidth usage and memory footprint. This is a DTO Projection object- Since:
- 0.15.4
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Longprotected Stringprotected Stringprotected StringFields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()voidsetAccountPriceId(Long accountPriceId) voidvoidsetCurrency(String currency) voidsetPriceUnit(String priceUnit) Methods inherited from class com.morpheusdata.model.projection.MorpheusIdentityModel
getIdentityPropertiesMethods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Field Details
-
code
-
accountPriceId
-
currency
-
priceUnit
-
-
Constructor Details
-
AccountPriceHistoryIdentityProjection
public AccountPriceHistoryIdentityProjection()
-
-
Method Details
-
getCode
-
setCode
-
getAccountPriceId
-
setAccountPriceId
-
getCurrency
-
setCurrency
-
getPriceUnit
-
setPriceUnit
-