Package org.alfresco.rest.api.model
Class AbstractClass
java.lang.Object
org.alfresco.rest.api.model.ClassDefinition
org.alfresco.rest.api.model.AbstractClass
- All Implemented Interfaces:
Comparable<AbstractClass>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(AbstractClass other) boolean
getId()
getModel()
getTitle()
int
hashCode()
void
setAssociations
(List<Association> associations) void
setDescription
(String description) void
void
setIncludedInSupertypeQuery
(Boolean includedInSupertypeQuery) void
setIsArchive
(Boolean isArchive) void
setIsContainer
(Boolean isContainer) void
setMandatoryAspects
(List<String> mandatoryAspects) void
void
setParentId
(String parentId) void
Methods inherited from class org.alfresco.rest.api.model.ClassDefinition
getProperties, setProperties
-
Field Details
-
id
-
title
-
description
-
parentId
-
isContainer
-
isArchive
-
includedInSupertypeQuery
-
mandatoryAspects
-
associations
-
model
-
-
Constructor Details
-
AbstractClass
public AbstractClass()
-
-
Method Details
-
getId
-
setId
-
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getParentId
-
setParentId
-
getModel
-
setModel
-
getIsContainer
-
setIsContainer
-
getIsArchive
-
setIsArchive
-
getIncludedInSupertypeQuery
-
setIncludedInSupertypeQuery
-
getMandatoryAspects
-
setMandatoryAspects
-
getAssociations
-
setAssociations
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<AbstractClass>
-