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