Package com.morpheusdata.model
Class AccountPrice
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.AccountPrice
-
Field Summary
Modifier and TypeFieldDescriptionprotected Account
protected Boolean
protected String
protected String
protected BigDecimal
protected Boolean
protected String
protected Boolean
protected BigDecimal
protected Datastore
protected Date
protected String
protected Date
protected BigDecimal
protected Double
protected String
protected Double
protected String
protected String
protected BigDecimal
protected Long
protected String
protected String
protected String
protected String
protected Boolean
protected StorageVolumeType
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
getCost()
getName()
getPrice()
void
setAccount
(Account account) void
void
setCategory
(String category) void
void
setCost
(BigDecimal cost) void
setCrossCloudApply
(Boolean crossCloudApply) void
setCurrency
(String currency) void
setCurrentPriceHistoryCached
(Boolean currentPriceHistoryCached) void
setCustomPrice
(BigDecimal customPrice) void
setDatastore
(Datastore datastore) void
setDateCreated
(Date dateCreated) void
setIncurCharges
(String incurCharges) void
setLastUpdated
(Date lastUpdated) void
setMarkup
(BigDecimal markup) void
setMarkupPercent
(Double markupPercent) void
setMarkupType
(String markupType) void
setMatchValue
(Double matchValue) void
void
setPlatform
(String platform) void
setPrice
(BigDecimal price) void
setPriceTier
(Long priceTier) void
setPriceType
(String priceType) void
setPriceUnit
(String priceUnit) void
setResourceType
(String resourceType) void
setSoftwareOrService
(String softwareOrService) void
setSystemCreated
(Boolean systemCreated) void
setVolumeType
(StorageVolumeType volumeType) Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Field Details
-
account
-
code
-
name
-
category
-
active
-
crossCloudApply
-
systemCreated
-
dateCreated
-
lastUpdated
-
currentPriceHistoryCached
-
resourceType
-
priceType
-
priceUnit
-
price
-
cost
-
markup
-
markupType
-
markupPercent
-
matchValue
-
priceTier
-
currency
-
platform
-
softwareOrService
-
volumeType
-
datastore
-
customPrice
-
incurCharges
-
-
Constructor Details
-
AccountPrice
public AccountPrice()
-
-
Method Details
-
getCode
-
setCode
-
getName
-
setName
-
getCategory
-
setCategory
-
getAccount
-
setAccount
-
getActive
-
setActive
-
getCrossCloudApply
-
setCrossCloudApply
-
getSystemCreated
-
setSystemCreated
-
getDateCreated
-
setDateCreated
-
getLastUpdated
-
setLastUpdated
-
getCurrentPriceHistoryCached
-
setCurrentPriceHistoryCached
-
getResourceType
-
setResourceType
-
getPriceType
-
setPriceType
-
getPriceUnit
-
setPriceUnit
-
getPrice
-
setPrice
-
getCost
-
setCost
-
getMarkup
-
setMarkup
-
getMarkupType
-
setMarkupType
-
getMarkupPercent
-
setMarkupPercent
-
getMatchValue
-
setMatchValue
-
getPriceTier
-
setPriceTier
-
getCurrency
-
setCurrency
-
getPlatform
-
setPlatform
-
getSoftwareOrService
-
setSoftwareOrService
-
getVolumeType
-
setVolumeType
-
getDatastore
-
setDatastore
-
getCustomPrice
-
setCustomPrice
-
getIncurCharges
-
setIncurCharges
-