Package org.alfresco.rest.api.model
Class CustomType
- java.lang.Object
-
- org.alfresco.rest.api.model.AbstractCommonDetails
-
- org.alfresco.rest.api.model.AbstractCustomClass
-
- org.alfresco.rest.api.model.CustomType
-
- All Implemented Interfaces:
Comparable<AbstractCommonDetails>
public class CustomType extends AbstractCustomClass
- Author:
- Jamal Kaabi-Mofrad
-
-
Constructor Summary
Constructors Constructor Description CustomType()
CustomType(org.alfresco.service.cmr.dictionary.TypeDefinition typeDefinition, org.alfresco.service.cmr.i18n.MessageLookup messageLookup, List<CustomModelProperty> 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.AbstractCustomClass
getParentName, getProperties, setParentName, setProperties
-
Methods inherited from class org.alfresco.rest.api.model.AbstractCommonDetails
compareTo, equals, getDescription, getName, getPrefixedName, getTitle, hashCode, setDescription, setName, setTitle
-
-
-
-
Constructor Detail
-
CustomType
public CustomType()
-
CustomType
public CustomType(org.alfresco.service.cmr.dictionary.TypeDefinition typeDefinition, org.alfresco.service.cmr.i18n.MessageLookup messageLookup, List<CustomModelProperty> properties)
-
-