Package org.alfresco.rest.api.model
Class CustomModelDownload
- java.lang.Object
-
- org.alfresco.rest.api.model.CustomModelDownload
-
- All Implemented Interfaces:
Comparable<CustomModelDownload>
public class CustomModelDownload extends Object implements Comparable<CustomModelDownload>
- Author:
- Jamal Kaabi-Mofrad
-
-
Constructor Summary
Constructors Constructor Description CustomModelDownload()
CustomModelDownload(NodeRef nodeRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(CustomModelDownload other)
boolean
equals(Object obj)
String
getNodeRef()
int
hashCode()
void
setNodeRef(String nodeRef)
-
-
-
Constructor Detail
-
CustomModelDownload
public CustomModelDownload()
-
CustomModelDownload
public CustomModelDownload(NodeRef nodeRef)
-
-
Method Detail
-
getNodeRef
public String getNodeRef()
-
setNodeRef
public void setNodeRef(String nodeRef)
-
compareTo
public int compareTo(CustomModelDownload other)
- Specified by:
compareTo
in interfaceComparable<CustomModelDownload>
-
-