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 -
Method Summary
Modifier and TypeMethodDescriptionprotected ProductAssociationcreateValid(Type type) booleanvoidsetAddMethodWithCardinality(Method addWithCardinality) voidsetChangingOverTime(boolean changingOverTime) voidsetGetLinksMethod(Method getLinksMethod) Methods inherited from class org.faktorips.runtime.model.type.read.AbstractAssociationDescriptor
create, getAddMethod, getAnnotatedElement, getRemoveMethod, isValid, setAddMethod, setAnnotatedElement, setRemoveMethodMethods inherited from class org.faktorips.runtime.model.type.read.PartDescriptor
getName, setName
-
Constructor Details
-
ProductAssociationDescriptor
protected ProductAssociationDescriptor()
-
-
Method Details
-
isChangingOverTime
public boolean isChangingOverTime() -
setGetLinksMethod
-
setChangingOverTime
public void setChangingOverTime(boolean changingOverTime) -
setAddMethodWithCardinality
-
createValid
- Specified by:
createValidin classAbstractAssociationDescriptor<ProductAssociation>
-