Class AccountPriceSetIdentityProjection


public class AccountPriceSetIdentityProjection extends MorpheusIdentityModel
Provides a subset of properties from the AccountPriceSet object for doing a sync match comparison with less bandwidth usage and memory footprint. This is a DTO Projection object
Since:
0.14.3
  • Field Details

    • code

      protected String code
    • name

      protected String name
    • regionCode

      protected String regionCode
    • type

      protected String type
    • priceUnit

      protected String priceUnit
  • Constructor Details

    • AccountPriceSetIdentityProjection

      public AccountPriceSetIdentityProjection()
  • Method Details

    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getRegionCode

      public String getRegionCode()
    • setRegionCode

      public void setRegionCode(String regionCode)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getPriceUnit

      public String getPriceUnit()
    • setPriceUnit

      public void setPriceUnit(String priceUnit)