E - Type of valuepublic class ValueWithPosAndCountry<E>
extends de.knightsoftnet.validators.shared.data.ValueWithPos<E>
| Constructor and Description |
|---|
ValueWithPosAndCountry()
default constructor.
|
ValueWithPosAndCountry(E pvalue,
int ppos)
constructor initializing fields.
|
ValueWithPosAndCountry(E pvalue,
int ppos,
String pcountry,
String planguage)
constructor initializing fields.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCountry() |
String |
getLanguage() |
int |
hashCode() |
void |
setCountry(String pcountry) |
void |
setLanguage(String planguage) |
public ValueWithPosAndCountry()
public ValueWithPosAndCountry(E pvalue, int ppos)
pvalue - value entryppos - cursor positionpublic final String getCountry()
public final void setCountry(String pcountry)
public final String getLanguage()
public final void setLanguage(String planguage)
public int hashCode()
hashCode in class de.knightsoftnet.validators.shared.data.ValueWithPos<E>Copyright © 2016–2018. All rights reserved.