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