public class Parameter extends Object implements Serializable
Constructor and Description |
---|
Parameter() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
Object |
getAnyObject()
Returns the value of field 'anyObject'.
|
String |
getName()
Returns the value of field 'name'.
|
String |
getValue()
Returns the value of field 'value'.
|
int |
hashCode()
Method hashCode.
|
void |
setAnyObject(Object anyObject)
Sets the value of field 'anyObject'.
|
void |
setName(String name)
Sets the value of field 'name'.
|
void |
setValue(String value)
Sets the value of field 'value'.
|
public boolean equals(Object obj)
public Object getAnyObject()
public String getName()
public String getValue()
public int hashCode()
public void setAnyObject(Object anyObject)
anyObject
- the value of field 'anyObject'.public void setName(String name)
name
- the value of field 'name'.public void setValue(String value)
value
- the value of field 'value'.Copyright © 2017. All rights reserved.