Package com.morpheusdata.model
Class AccountPriceHistory
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.projection.MorpheusIdentityModel
com.morpheusdata.model.projection.AccountPriceHistoryIdentityProjection
com.morpheusdata.model.AccountPriceHistory
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected BigDecimalprotected Stringprotected BigDecimalprotected Longprotected Dateprotected Dateprotected Stringprotected Dateprotected BigDecimalprotected Doubleprotected Stringprotected Doubleprotected Stringprotected BigDecimalprotected Longprotected Stringprotected Stringprotected Stringprotected Dateprotected Stringprotected LongFields inherited from class com.morpheusdata.model.projection.AccountPriceHistoryIdentityProjection
accountPriceId, code, currency, priceUnitFields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCost()getPrice()voidvoidsetCost(BigDecimal cost) voidsetCreatedBy(String createdBy) voidsetCustomPrice(BigDecimal customPrice) voidsetDatastoreId(Long datastoreId) voidsetDateCreated(Date dateCreated) voidsetEndDate(Date endDate) voidsetIncurCharges(String incurCharges) voidsetLastUpdated(Date lastUpdated) voidsetMarkup(BigDecimal markup) voidsetMarkupPercent(Double markupPercent) voidsetMarkupType(String markupType) voidsetMatchValue(Double matchValue) voidsetPlatform(String platform) voidsetPrice(BigDecimal price) voidsetPriceTier(Long priceTier) voidsetPriceType(String priceType) voidsetResourceType(String resourceType) voidsetSoftwareOrService(String softwareOrService) voidsetStartDate(Date startDate) voidsetUpdatedBy(String updatedBy) voidsetVolumeTypeId(Long volumeTypeId) Methods inherited from class com.morpheusdata.model.projection.AccountPriceHistoryIdentityProjection
getAccountPriceId, getCode, getCurrency, getPriceUnit, setAccountPriceId, setCode, setCurrency, setPriceUnitMethods 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
-
incurCharges
-
dateCreated
-
volumeTypeId
-
price
-
lastUpdated
-
active
-
updatedBy
-
platform
-
markupType
-
customPrice
-
resourceType
-
endDate
-
softwareOrService
-
startDate
-
datastoreId
-
markupPercent
-
markup
-
priceType
-
matchValue
-
createdBy
-
cost
-
priceTier
-
-
Constructor Details
-
AccountPriceHistory
public AccountPriceHistory()
-
-
Method Details
-
getIncurCharges
-
setIncurCharges
-
getDateCreated
-
setDateCreated
-
getVolumeTypeId
-
setVolumeTypeId
-
getPrice
-
setPrice
-
getLastUpdated
-
setLastUpdated
-
getActive
-
setActive
-
getUpdatedBy
-
setUpdatedBy
-
getPlatform
-
setPlatform
-
getMarkupType
-
setMarkupType
-
getCustomPrice
-
setCustomPrice
-
getResourceType
-
setResourceType
-
getEndDate
-
setEndDate
-
getSoftwareOrService
-
setSoftwareOrService
-
getStartDate
-
setStartDate
-
getDatastoreId
-
setDatastoreId
-
getMarkupPercent
-
setMarkupPercent
-
getMarkup
-
setMarkup
-
getPriceType
-
setPriceType
-
getMatchValue
-
setMatchValue
-
getCreatedBy
-
setCreatedBy
-
getCost
-
setCost
-
getPriceTier
-
setPriceTier
-