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()
boolean
isChild()
boolean
boolean
boolean
boolean
boolean
boolean
void
setDescription
(String description) void
void
setProtected
(boolean isProtected) void
setSourceMandatory
(boolean isSourceMandatory) void
setSourceMany
(boolean isSourceMany) void
setSourceRoleName
(String name) void
setTargetClassName
(String targetClassName) void
setTargetMandatory
(boolean isTargetMandatory) void
setTargetMandatoryEnforced
(boolean isTargetMandatoryEnforced) void
setTargetMany
(boolean isTargetMany) void
setTargetRoleName
(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)
-