Package org.alfresco.rest.api.model
Class CustomModelDownload
java.lang.Object
org.alfresco.rest.api.model.CustomModelDownload
- All Implemented Interfaces:
Comparable<CustomModelDownload>
- Author:
- Jamal Kaabi-Mofrad
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(CustomModelDownload other) boolean
int
hashCode()
void
setNodeRef
(String nodeRef)
-
Constructor Details
-
CustomModelDownload
public CustomModelDownload() -
CustomModelDownload
-
-
Method Details
-
getNodeRef
-
setNodeRef
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<CustomModelDownload>
-