org.alfresco.repo.dictionary
Class M2ChildAssociation

java.lang.Object
  extended by org.alfresco.repo.dictionary.M2ClassAssociation
      extended by org.alfresco.repo.dictionary.M2ChildAssociation

public class M2ChildAssociation
extends M2ClassAssociation

Child Association definition.


Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.