Package org.alfresco.rest.api.model
Class Model
java.lang.Object
org.alfresco.rest.api.model.Model
- All Implemented Interfaces:
Comparable<Model>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getId()
void
void
setDescription
(String description) void
void
setNamespacePrefix
(String namespacePrefix) void
setNamespaceUri
(String namespaceUri)
-
Constructor Details
-
Model
public Model() -
Model
-
-
Method Details
-
getId
-
setId
-
getAuthor
-
setAuthor
-
getDescription
-
setDescription
-
getNamespaceUri
-
setNamespaceUri
-
getNamespacePrefix
-
setNamespacePrefix
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Model>
-