Package org.alfresco.model.model
Class AbstractClass
java.lang.Object
org.alfresco.model.model.AbstractClass
AbstractClass
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAssociationsItem(AbstractClassAssociation associationsItem) addMandatoryAspectsItem(String mandatoryAspectsItem) addPropertiesItem(Property propertiesItem) associations(List<AbstractClassAssociation> associations) description(String description) boolean@Valid List<AbstractClassAssociation>Get associationsGet description@NotNull StringgetId()Get idGet mandatoryAspects@Valid ModelgetModel()Get modelGet parentIdGet properties@NotNull StringgetTitle()Get titleinthashCode()includedInSupertypeQuery(Boolean includedInSupertypeQuery) isContainer(Boolean isContainer) Get includedInSupertypeQueryGet isArchiveGet isContainermandatoryAspects(List<String> mandatoryAspects) properties(List<Property> properties) voidsetAssociations(List<AbstractClassAssociation> associations) voidsetDescription(String description) voidvoidsetIncludedInSupertypeQuery(Boolean includedInSupertypeQuery) voidsetIsArchive(Boolean isArchive) voidsetIsContainer(Boolean isContainer) voidsetMandatoryAspects(List<String> mandatoryAspects) voidvoidsetParentId(String parentId) voidsetProperties(List<Property> properties) voidtoString()
-
Constructor Details
-
AbstractClass
public AbstractClass()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
title
-
getTitle
Get title- Returns:
- title
-
setTitle
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
parentId
-
getParentId
Get parentId- Returns:
- parentId
-
setParentId
-
properties
-
addPropertiesItem
-
getProperties
Get properties- Returns:
- properties
-
setProperties
-
isContainer
-
isIsContainer
Get isContainer- Returns:
- isContainer
-
setIsContainer
-
isArchive
-
isIsArchive
Get isArchive- Returns:
- isArchive
-
setIsArchive
-
includedInSupertypeQuery
-
isIncludedInSupertypeQuery
Get includedInSupertypeQuery- Returns:
- includedInSupertypeQuery
-
setIncludedInSupertypeQuery
-
mandatoryAspects
-
addMandatoryAspectsItem
-
getMandatoryAspects
Get mandatoryAspects- Returns:
- mandatoryAspects
-
setMandatoryAspects
-
associations
-
addAssociationsItem
-
getAssociations
Get associations- Returns:
- associations
-
setAssociations
-
model
-
getModel
Get model- Returns:
- model
-
setModel
-
equals
-
hashCode
public int hashCode() -
toString
-