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 Dateprotected AccountPriceSetprotected ServicePlanprotected DateFields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEndDate(Date endDate) voidsetPriceSet(AccountPriceSet priceSet) voidsetServicePlan(ServicePlan servicePlan) voidsetStartDate(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
-