public class Entity extends Object
Constructor and Description |
---|
Entity() |
Modifier and Type | Method and Description |
---|---|
String |
getCountry() |
int |
getEntityNumber() |
String |
getEntityType() |
String |
getFullName() |
String |
getGuid() |
String |
getListType() |
String |
getNameForProcessing() |
String |
getNameInAscii() |
double |
getScore() |
void |
setCountry(String country) |
void |
setEntityNumber(int entityNumber) |
void |
setEntityType(String entityType) |
void |
setFullName(String fullName) |
void |
setGuid(String guid) |
void |
setListType(String listType) |
void |
setNameForProcessing(String nameForProcessing) |
void |
setNameInAscii(String nameInAscii) |
void |
setScore(double score) |
public int getEntityNumber()
public void setEntityNumber(int entityNumber)
entityNumber
- the entityNumber to setpublic String getFullName()
public void setFullName(String fullName)
fullName
- the fullName to setpublic String getNameForProcessing()
public void setNameForProcessing(String nameForProcessing)
nameForProcessing
- the nameForProcessing to setpublic String getNameInAscii()
public void setNameInAscii(String nameInAscii)
nameInAscii
- the nameInAscii to setpublic String getEntityType()
public void setEntityType(String entityType)
entityType
- the entityType to setpublic String getCountry()
public void setCountry(String country)
country
- the country to setpublic String getListType()
public void setListType(String listType)
listType
- the listType to setpublic String getGuid()
public void setGuid(String guid)
guid
- the guid to setpublic double getScore()
public void setScore(double score)
score
- the score to setCopyright © 2022. All rights reserved.