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
static String PROPERTY_PRODUCT_CMPT_GENERATION
          The name of the property 'productCmptGeneration'.
 
Fields inherited from interface org.faktorips.runtime.IConfigurableModelObject
PROPERTY_PRODUCT_COMPONENT
 
Method Summary
 IProductComponentGeneration getProductCmptGeneration()
          Returns the product component generation this policy component is based on.
 
Methods inherited from interface org.faktorips.runtime.IConfigurableModelObject
getEffectiveFromAsCalendar, getProductComponent, initialize
 
Methods inherited from interface org.faktorips.runtime.IModelObject
validate
 

Field Detail

PROPERTY_PRODUCT_CMPT_GENERATION

static final 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.

Specified by:
getProductCmptGeneration in interface IConfigurableModelObject


Copyright © 2015. All rights reserved.