public class CustomModelNamedValue extends Object implements Comparable<CustomModelNamedValue>
Constructor and Description |
---|
CustomModelNamedValue() |
CustomModelNamedValue(String name,
Object value) |
Modifier and Type | Method and 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() |
public String getName()
public void setName(String name)
public String getSimpleValue()
public void setSimpleValue(String simpleValue)
public int compareTo(CustomModelNamedValue other)
compareTo
in interface Comparable<CustomModelNamedValue>
Copyright © 2005–2017 Alfresco Software. All rights reserved.