Class AccountPriceHistory

All Implemented Interfaces:
Serializable

public class AccountPriceHistory extends AccountPriceHistoryIdentityProjection
See Also:
  • Field Details

    • incurCharges

      protected String incurCharges
    • dateCreated

      protected Date dateCreated
    • volumeTypeId

      protected Long volumeTypeId
    • price

      protected BigDecimal price
    • lastUpdated

      protected Date lastUpdated
    • active

      protected Boolean active
    • updatedBy

      protected String updatedBy
    • platform

      protected String platform
    • markupType

      protected String markupType
    • customPrice

      protected BigDecimal customPrice
    • resourceType

      protected String resourceType
    • endDate

      protected Date endDate
    • softwareOrService

      protected String softwareOrService
    • startDate

      protected Date startDate
    • datastoreId

      protected Long datastoreId
    • markupPercent

      protected Double markupPercent
    • markup

      protected BigDecimal markup
    • priceType

      protected String priceType
    • matchValue

      protected Double matchValue
    • createdBy

      protected String createdBy
    • cost

      protected BigDecimal cost
    • priceTier

      protected Long priceTier
  • Constructor Details

    • AccountPriceHistory

      public AccountPriceHistory()
  • Method Details

    • getIncurCharges

      public String getIncurCharges()
    • setIncurCharges

      public void setIncurCharges(String incurCharges)
    • getDateCreated

      public Date getDateCreated()
    • setDateCreated

      public void setDateCreated(Date dateCreated)
    • getVolumeTypeId

      public Long getVolumeTypeId()
    • setVolumeTypeId

      public void setVolumeTypeId(Long volumeTypeId)
    • getPrice

      public BigDecimal getPrice()
    • setPrice

      public void setPrice(BigDecimal price)
    • getLastUpdated

      public Date getLastUpdated()
    • setLastUpdated

      public void setLastUpdated(Date lastUpdated)
    • getActive

      public Boolean getActive()
    • setActive

      public void setActive(Boolean active)
    • getUpdatedBy

      public String getUpdatedBy()
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)
    • getPlatform

      public String getPlatform()
    • setPlatform

      public void setPlatform(String platform)
    • getMarkupType

      public String getMarkupType()
    • setMarkupType

      public void setMarkupType(String markupType)
    • getCustomPrice

      public BigDecimal getCustomPrice()
    • setCustomPrice

      public void setCustomPrice(BigDecimal customPrice)
    • getResourceType

      public String getResourceType()
    • setResourceType

      public void setResourceType(String resourceType)
    • getEndDate

      public Date getEndDate()
    • setEndDate

      public void setEndDate(Date endDate)
    • getSoftwareOrService

      public String getSoftwareOrService()
    • setSoftwareOrService

      public void setSoftwareOrService(String softwareOrService)
    • getStartDate

      public Date getStartDate()
    • setStartDate

      public void setStartDate(Date startDate)
    • getDatastoreId

      public Long getDatastoreId()
    • setDatastoreId

      public void setDatastoreId(Long datastoreId)
    • getMarkupPercent

      public Double getMarkupPercent()
    • setMarkupPercent

      public void setMarkupPercent(Double markupPercent)
    • getMarkup

      public BigDecimal getMarkup()
    • setMarkup

      public void setMarkup(BigDecimal markup)
    • getPriceType

      public String getPriceType()
    • setPriceType

      public void setPriceType(String priceType)
    • getMatchValue

      public Double getMatchValue()
    • setMatchValue

      public void setMatchValue(Double matchValue)
    • getCreatedBy

      public String getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • getCost

      public BigDecimal getCost()
    • setCost

      public void setCost(BigDecimal cost)
    • getPriceTier

      public Long getPriceTier()
    • setPriceTier

      public void setPriceTier(Long priceTier)