Package org.alfresco.rest.api.model
Class Type
- java.lang.Object
-
- org.alfresco.rest.api.model.ClassDefinition
-
- org.alfresco.rest.api.model.AbstractClass
-
- org.alfresco.rest.api.model.Type
-
- All Implemented Interfaces:
Comparable<AbstractClass>
public class Type extends AbstractClass
-
-
Constructor Summary
Constructors Constructor Description Type()
Type(org.alfresco.service.cmr.dictionary.TypeDefinition typeDefinition, org.alfresco.service.cmr.i18n.MessageLookup messageLookup, List<PropertyDefinition> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class org.alfresco.rest.api.model.AbstractClass
compareTo, equals, getDescription, getId, getParentId, getTitle, hashCode, setDescription, setId, setParentId, setTitle
-
Methods inherited from class org.alfresco.rest.api.model.ClassDefinition
getProperties, setProperties
-
-
-
-
Constructor Detail
-
Type
public Type()
-
Type
public Type(org.alfresco.service.cmr.dictionary.TypeDefinition typeDefinition, org.alfresco.service.cmr.i18n.MessageLookup messageLookup, List<PropertyDefinition> properties)
-
-