Package com.morpheusdata.model
Class ServicePlanPriceSet
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.ServicePlanPriceSet
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Date
protected AccountPriceSet
protected ServicePlan
protected Date
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
Constructors -
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
-