Package org.alfresco.rest.api.model
Class CustomModelNamedValue
java.lang.Object
org.alfresco.rest.api.model.CustomModelNamedValue
- All Implemented Interfaces:
Comparable<CustomModelNamedValue>
- Author:
- Jamal Kaabi-Mofrad
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(CustomModelNamedValue other) boolean
getName()
int
hashCode()
void
setListValue
(List<String> listValue) void
void
setSimpleValue
(String simpleValue) toString()
-
Constructor Details
-
CustomModelNamedValue
public CustomModelNamedValue() -
CustomModelNamedValue
-
-
Method Details
-
getName
-
setName
-
getSimpleValue
-
setSimpleValue
-
getListValue
-
setListValue
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<CustomModelNamedValue>
-
toString
-