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