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 boolean
allowDuplicateChildName()
java.lang.String
getRequiredChildName()
boolean
isPropagateTimestamps()
void
setAllowDuplicateChildName(boolean allowDuplicateChildName)
void
setPropagateTimestamps(boolean propagateTimestamps)
void
setRequiredChildName(java.lang.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 java.lang.String getRequiredChildName()
-
setRequiredChildName
public void setRequiredChildName(java.lang.String requiredChildName)
-
allowDuplicateChildName
public boolean allowDuplicateChildName()
-
setAllowDuplicateChildName
public void setAllowDuplicateChildName(boolean allowDuplicateChildName)
-
isPropagateTimestamps
public boolean isPropagateTimestamps()
-
setPropagateTimestamps
public void setPropagateTimestamps(boolean propagateTimestamps)
-
-