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

public class AccountPriceHistoryIdentityProjection extends MorpheusIdentityModel
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 Details

    • code

      protected String code
    • accountPriceId

      protected Long accountPriceId
    • currency

      protected String currency
    • priceUnit

      protected String priceUnit
  • Constructor Details

    • AccountPriceHistoryIdentityProjection

      public AccountPriceHistoryIdentityProjection()
  • Method Details

    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getAccountPriceId

      public Long getAccountPriceId()
    • setAccountPriceId

      public void setAccountPriceId(Long accountPriceId)
    • getCurrency

      public String getCurrency()
    • setCurrency

      public void setCurrency(String currency)
    • getPriceUnit

      public String getPriceUnit()
    • setPriceUnit

      public void setPriceUnit(String priceUnit)