public final class NameSimilarityRequest extends Object
| Constructor and Description |
|---|
NameSimilarityRequest(Name name1,
Name name2)
Constructor for
NameMatchingRequest |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
if the param is a
NameMatchingRequest, compare contents for equality |
Name |
getName1()
Gets the first name
|
Name |
getName2()
Gets the second name
|
int |
hashCode() |
void |
setName1(Name name)
Sets the first name
|
void |
setName2(Name name)
Sets the second name
|
public Name getName1()
public Name getName2()
public void setName1(Name name)
name - the name object.public void setName2(Name name)
name - the name object.Copyright © 2014–2016 Basis Technology Corp.. All rights reserved.