Class ProductAssociationCollector.ProductAssociationDescriptor
- java.lang.Object
-
- org.faktorips.runtime.model.type.read.PartDescriptor<P>
-
- org.faktorips.runtime.model.type.read.AbstractAssociationDescriptor<ProductAssociation>
-
- org.faktorips.runtime.model.type.read.ProductAssociationCollector.ProductAssociationDescriptor
-
- Enclosing class:
- ProductAssociationCollector
protected static class ProductAssociationCollector.ProductAssociationDescriptor extends AbstractAssociationDescriptor<ProductAssociation>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProductAssociationDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ProductAssociationcreateValid(Type type)booleanisChangingOverTime()voidsetAddMethodWithCardinality(java.lang.reflect.Method addWithCardinality)voidsetChangingOverTime(boolean changingOverTime)voidsetGetLinksMethod(java.lang.reflect.Method getLinksMethod)-
Methods inherited from class org.faktorips.runtime.model.type.read.AbstractAssociationDescriptor
create, getAddMethod, getAnnotatedElement, getRemoveMethod, isValid, setAddMethod, setAnnotatedElement, setRemoveMethod
-
Methods inherited from class org.faktorips.runtime.model.type.read.PartDescriptor
getName, setName
-
-
-
-
Method Detail
-
isChangingOverTime
public boolean isChangingOverTime()
-
setGetLinksMethod
public void setGetLinksMethod(java.lang.reflect.Method getLinksMethod)
-
setChangingOverTime
public void setChangingOverTime(boolean changingOverTime)
-
setAddMethodWithCardinality
public void setAddMethodWithCardinality(java.lang.reflect.Method addWithCardinality)
-
createValid
protected ProductAssociation createValid(Type type)
- Specified by:
createValidin classAbstractAssociationDescriptor<ProductAssociation>
-
-