Package org.alfresco.repo.dictionary
Class M2ClassAssociation
java.lang.Object
org.alfresco.repo.dictionary.M2ClassAssociation
- Direct Known Subclasses:
M2Association,M2ChildAssociation
Abstract Association Definition.
- Author:
- David Caruana
-
Method Summary
Modifier and TypeMethodDescriptiongetName()getTitle()booleanisChild()booleanbooleanbooleanbooleanbooleanbooleanvoidsetDescription(String description) voidvoidsetProtected(boolean isProtected) voidsetSourceMandatory(boolean isSourceMandatory) voidsetSourceMany(boolean isSourceMany) voidsetSourceRoleName(String name) voidsetTargetClassName(String targetClassName) voidsetTargetMandatory(boolean isTargetMandatory) voidsetTargetMandatoryEnforced(boolean isTargetMandatoryEnforced) voidsetTargetMany(boolean isTargetMany) voidsetTargetRoleName(String name) void
-
Method Details
-
isChild
public boolean isChild() -
getName
-
setName
-
isProtected
public boolean isProtected() -
setProtected
public void setProtected(boolean isProtected) -
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getSourceRoleName
-
setSourceRoleName
-
isSourceMandatory
public boolean isSourceMandatory() -
setSourceMandatory
public void setSourceMandatory(boolean isSourceMandatory) -
isSourceMany
public boolean isSourceMany() -
setSourceMany
public void setSourceMany(boolean isSourceMany) -
getTargetClassName
-
setTargetClassName
-
getTargetRoleName
-
setTargetRoleName
-
getTargetMandatory
-
isTargetMandatory
public boolean isTargetMandatory() -
setTargetMandatory
public void setTargetMandatory(boolean isTargetMandatory) -
getTargetMandatoryEnforced
-
isTargetMandatoryEnforced
public boolean isTargetMandatoryEnforced() -
setTargetMandatoryEnforced
public void setTargetMandatoryEnforced(boolean isTargetMandatoryEnforced) -
isTargetMany
public boolean isTargetMany() -
setTargetMany
public void setTargetMany(boolean isTargetMany)
-