Package org.alfresco.rest.api.model
Class CustomModelNamedValue
- java.lang.Object
-
- org.alfresco.rest.api.model.CustomModelNamedValue
-
- All Implemented Interfaces:
Comparable<CustomModelNamedValue>
public class CustomModelNamedValue extends Object implements Comparable<CustomModelNamedValue>
- Author:
- Jamal Kaabi-Mofrad
-
-
Constructor Summary
Constructors Constructor Description CustomModelNamedValue()
CustomModelNamedValue(String name, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(CustomModelNamedValue other)
boolean
equals(Object obj)
List<String>
getListValue()
String
getName()
String
getSimpleValue()
int
hashCode()
void
setListValue(List<String> listValue)
void
setName(String name)
void
setSimpleValue(String simpleValue)
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getSimpleValue
public String getSimpleValue()
-
setSimpleValue
public void setSimpleValue(String simpleValue)
-
compareTo
public int compareTo(CustomModelNamedValue other)
- Specified by:
compareTo
in interfaceComparable<CustomModelNamedValue>
-
-