Package com.morpheusdata.model
Class AccountPriceSetPrice
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.AccountPriceSetPrice
-
Field Summary
Modifier and TypeFieldDescriptionprotected Date
protected AccountPrice
protected AccountPriceSet
protected Date
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPrice()
void
setEndDate
(Date endDate) void
setPrice
(AccountPrice price) void
setPriceSet
(AccountPriceSet priceSet) void
setStartDate
(Date startDate) 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
-
price
-
priceSet
-
startDate
-
endDate
-
-
Constructor Details
-
AccountPriceSetPrice
public AccountPriceSetPrice()
-
-
Method Details
-
getPrice
-
setPrice
-
getPriceSet
-
setPriceSet
-
getStartDate
-
setStartDate
-
getEndDate
-
setEndDate
-