| Modifier and Type | Field and Description |
|---|---|
protected String |
k1 |
protected String |
k2 |
protected String |
k3 |
| Constructor and Description |
|---|
L1Keys() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
k1()
Returns the attribute k1.
|
void |
k1(String k1)
Sets the value to attribute k1.
|
String |
k2()
Returns the attribute k2.
|
void |
k2(String k2)
Sets the value to attribute k2.
|
String |
k3()
Returns the attribute k3.
|
void |
k3(String k3)
Sets the value to attribute k3.
|
public String k1()
public void k1(String k1)
k1 - value of k1public String k2()
public void k2(String k2)
k2 - value of k2public String k3()
public void k3(String k3)
k3 - value of k3Copyright © 2018. All rights reserved.