public class ParameterAssignment extends Object implements Serializable
Constructor and Description |
---|
ParameterAssignment() |
Modifier and Type | Method and Description |
---|---|
void |
deleteMatchingGroup() |
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
Integer |
getMatchingGroup()
Returns the value of field 'matchingGroup'.
|
String |
getParameterName()
Returns the value of field 'parameterName'.
|
int |
hashCode()
Method hashCode.
|
boolean |
hasMatchingGroup()
Method hasMatchingGroup.
|
void |
setMatchingGroup(Integer matchingGroup)
Sets the value of field 'matchingGroup'.
|
void |
setParameterName(String parameterName)
Sets the value of field 'parameterName'.
|
public void deleteMatchingGroup()
public boolean equals(Object obj)
public Integer getMatchingGroup()
public String getParameterName()
public boolean hasMatchingGroup()
public int hashCode()
public void setMatchingGroup(Integer matchingGroup)
matchingGroup
- the value of field 'matchingGroup'.public void setParameterName(String parameterName)
parameterName
- the value of field 'parameterName'.Copyright © 2017. All rights reserved.