Package org.alfresco.model.model
Class AbstractClassAssociation
java.lang.Object
org.alfresco.model.model.AbstractClassAssociation
AbstractClassAssociation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanGet description@NotNull StringgetId()Get idGet sourceGet targetgetTitle()Get titleinthashCode()Get isChildGet isProtectedisProtected(Boolean isProtected) voidsetDescription(String description) voidvoidsetIsChild(Boolean isChild) voidsetIsProtected(Boolean isProtected) voidvoidvoidsource(AbstractClassAssociationSource source) target(AbstractClassAssociationSource target) toString()
-
Constructor Details
-
AbstractClassAssociation
public AbstractClassAssociation()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
title
-
getTitle
Get title- Returns:
- title
-
setTitle
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
isChild
-
isIsChild
Get isChild- Returns:
- isChild
-
setIsChild
-
isProtected
-
isIsProtected
Get isProtected- Returns:
- isProtected
-
setIsProtected
-
source
-
getSource
Get source- Returns:
- source
-
setSource
-
target
-
getTarget
Get target- Returns:
- target
-
setTarget
-
equals
-
hashCode
public int hashCode() -
toString
-