public class SimpleParamEntry extends Object implements Comparable<SimpleParamEntry>
| Constructor and Description |
|---|
SimpleParamEntry(String name,
Object value) |
SimpleParamEntry(String id,
String name,
Object value) |
SimpleParamEntry(String id,
String name,
Object value,
Object otherValue) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SimpleParamEntry o) |
String |
getId() |
String |
getName() |
Object |
getOtherValue() |
Object |
getValue() |
void |
setId(String id) |
void |
setName(String name) |
void |
setOtherValue(Object otherValue) |
void |
setValue(Object value) |
public String getId()
public void setId(String id)
public Object getValue()
public void setValue(Object value)
public String getName()
public void setName(String name)
public Object getOtherValue()
public void setOtherValue(Object otherValue)
public int compareTo(SimpleParamEntry o)
compareTo in interface Comparable<SimpleParamEntry>Copyright © 2025. All rights reserved.