public class Key extends Object implements Serializable
Key key = new Key();
key.setCountry("USA");
key.setValue("P00003PZZOIE"); //PB_KEY
Constructor and Description |
---|
Key() |
Modifier and Type | Method and Description |
---|---|
String |
getCountry() |
String |
getValue() |
void |
setCountry(String country) |
void |
setValue(String value) |
String |
toString() |
Copyright © 2024. All rights reserved.