Package org.faktorips.runtime
Interface ITimedConfigurableModelObject
-
- All Superinterfaces:
IConfigurableModelObject,IModelObject
public interface ITimedConfigurableModelObject extends IConfigurableModelObject
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
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_PRODUCT_CMPT_GENERATIONThe name of the property 'productCmptGeneration'.-
Fields inherited from interface org.faktorips.runtime.IConfigurableModelObject
PROPERTY_PRODUCT_COMPONENT
-
Fields inherited from interface org.faktorips.runtime.IModelObject
CONTINUE_VALIDATION, STOP_VALIDATION
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IProductComponentGenerationgetProductCmptGeneration()Returns the product component generation this policy component is based on.-
Methods inherited from interface org.faktorips.runtime.IConfigurableModelObject
getEffectiveFromAsCalendar, getProductComponent, initialize, setProductComponent
-
Methods inherited from interface org.faktorips.runtime.IModelObject
getDescription, validate
-
-
-
-
Field Detail
-
PROPERTY_PRODUCT_CMPT_GENERATION
static final java.lang.String PROPERTY_PRODUCT_CMPT_GENERATION
The name of the property 'productCmptGeneration'.- See Also:
- Constant Field Values
-
-
Method Detail
-
getProductCmptGeneration
IProductComponentGeneration getProductCmptGeneration()
Returns the product component generation this policy component is based on.
-
-