Class ProductAttributeCollector.ProductAttributeDescriptor
- java.lang.Object
-
- org.faktorips.runtime.model.type.read.PartDescriptor<T>
-
- org.faktorips.runtime.model.type.read.AbstractAttributeDescriptor<ProductAttribute>
-
- org.faktorips.runtime.model.type.read.ProductAttributeCollector.ProductAttributeDescriptor
-
- Enclosing class:
- ProductAttributeCollector
protected static class ProductAttributeCollector.ProductAttributeDescriptor extends AbstractAttributeDescriptor<ProductAttribute>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProductAttributeDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProductAttributecreateValid(Type type)booleanisChangingOverTime()voidsetChangingOverTime(boolean changingOverTime)-
Methods inherited from class org.faktorips.runtime.model.type.read.AbstractAttributeDescriptor
create, getAnnotatedElement, getSetterMethod, isValid, setAnnotatedElement, setSetterMethod
-
Methods inherited from class org.faktorips.runtime.model.type.read.PartDescriptor
getName, setName
-
-
-
-
Method Detail
-
createValid
public ProductAttribute createValid(Type type)
- Specified by:
createValidin classAbstractAttributeDescriptor<ProductAttribute>
-
isChangingOverTime
public boolean isChangingOverTime()
-
setChangingOverTime
public void setChangingOverTime(boolean changingOverTime)
-
-