Class PricePlanPriceSetIdentityProjection
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.projection.MorpheusIdentityModel
com.morpheusdata.model.projection.PricePlanPriceSetIdentityProjection
- All Implemented Interfaces:
Serializable
Provides a subset of properties from the
PricePlanPriceSet object for doing a sync match
comparison with less bandwidth usage and memory footprint. This is a DTO Projection object- Since:
- 0.15.3
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PricePlanIdentityProjectionprotected AccountPriceSetIdentityProjectionFields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetPricePlan(PricePlanIdentityProjection pricePlan) voidsetPriceSet(AccountPriceSetIdentityProjection priceSet) Methods inherited from class com.morpheusdata.model.projection.MorpheusIdentityModel
getIdentityPropertiesMethods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Field Details
-
priceSet
-
pricePlan
-
-
Constructor Details
-
PricePlanPriceSetIdentityProjection
public PricePlanPriceSetIdentityProjection()
-
-
Method Details
-
getPriceSet
-
setPriceSet
-
getPricePlan
-
setPricePlan
-