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 Dateprotected PricePlanprotected AccountPriceSetprotected DateFields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEndDate(Date endDate) voidsetPricePlan(PricePlan pricePlan) voidsetPriceSet(AccountPriceSet priceSet) 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
-
pricePlan
-
priceSet
-
startDate
-
endDate
-
-
Constructor Details
-
PricePlanPriceSet
public PricePlanPriceSet()
-
-
Method Details
-
getPricePlan
-
setPricePlan
-
getPriceSet
-
setPriceSet
-
getStartDate
-
setStartDate
-
getEndDate
-
setEndDate
-