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(org.alfresco.service.cmr.repository.NodeRef nodeRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(CustomModelDownload other)booleanequals(Object obj)StringgetNodeRef()inthashCode()voidsetNodeRef(String nodeRef)
-
-
-
Method Detail
-
getNodeRef
public String getNodeRef()
-
setNodeRef
public void setNodeRef(String nodeRef)
-
compareTo
public int compareTo(CustomModelDownload other)
- Specified by:
compareToin interfaceComparable<CustomModelDownload>
-
-