Package org.faktorips.runtime
Interface ITimedConfigurableModelObject
- All Superinterfaces:
IConfigurableModelObject,IModelObject
Base interface for all model objects that are configurable by a product component with the
ability to change over time via product component generations.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the property 'productCmptGeneration'.Fields inherited from interface org.faktorips.runtime.IConfigurableModelObject
PROPERTY_PRODUCT_COMPONENTFields inherited from interface org.faktorips.runtime.IModelObject
CONTINUE_VALIDATION, STOP_VALIDATION -
Method Summary
Modifier and TypeMethodDescriptionReturns the product component generation this policy component is based on.Methods inherited from interface org.faktorips.runtime.IConfigurableModelObject
getEffectiveFromAsCalendar, getProductComponent, initialize, setProductComponentMethods inherited from interface org.faktorips.runtime.IModelObject
getDescription, validate
-
Field Details
-
PROPERTY_PRODUCT_CMPT_GENERATION
The name of the property 'productCmptGeneration'.- See Also:
-
-
Method Details
-
getProductCmptGeneration
IProductComponentGeneration getProductCmptGeneration()Returns the product component generation this policy component is based on.
-