Package org.alfresco.repo.dictionary
Class M2ChildAssociation
- java.lang.Object
-
- org.alfresco.repo.dictionary.M2ClassAssociation
-
- org.alfresco.repo.dictionary.M2ChildAssociation
-
public class M2ChildAssociation extends M2ClassAssociation
Child Association definition.- Author:
- David Caruana
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallowDuplicateChildName()StringgetRequiredChildName()booleanisPropagateTimestamps()voidsetAllowDuplicateChildName(boolean allowDuplicateChildName)voidsetPropagateTimestamps(boolean propagateTimestamps)voidsetRequiredChildName(String requiredChildName)-
Methods inherited from class org.alfresco.repo.dictionary.M2ClassAssociation
getDescription, getName, getSourceRoleName, getTargetClassName, getTargetMandatory, getTargetMandatoryEnforced, getTargetRoleName, getTitle, isChild, isProtected, isSourceMandatory, isSourceMany, isTargetMandatory, isTargetMandatoryEnforced, isTargetMany, setDescription, setName, setProtected, setSourceMandatory, setSourceMany, setSourceRoleName, setTargetClassName, setTargetMandatory, setTargetMandatoryEnforced, setTargetMany, setTargetRoleName, setTitle
-
-
-
-
Method Detail
-
getRequiredChildName
public String getRequiredChildName()
-
setRequiredChildName
public void setRequiredChildName(String requiredChildName)
-
allowDuplicateChildName
public boolean allowDuplicateChildName()
-
setAllowDuplicateChildName
public void setAllowDuplicateChildName(boolean allowDuplicateChildName)
-
isPropagateTimestamps
public boolean isPropagateTimestamps()
-
setPropagateTimestamps
public void setPropagateTimestamps(boolean propagateTimestamps)
-
-