public class PairTable<FIRST,SECOND> extends Model
Modifier and Type | Field and Description |
---|---|
private String |
table
Table who owns the pair of values
|
private Pair<FIRST,SECOND> |
values
Pair of values
|
Constructor and Description |
---|
PairTable(String table,
FIRST first,
SECOND second)
Constructor
|
Modifier and Type | Method and Description |
---|---|
FIRST |
getFirst()
Gets first value
|
Object |
getProperty(int arg0) |
int |
getPropertyCount() |
void |
getPropertyInfo(int arg0,
Hashtable arg1,
org.ksoap2.serialization.PropertyInfo arg2) |
SECOND |
getSecond()
Gets second value
|
String |
getTable()
Gets the table who owns the pair of values
|
Pair<FIRST,SECOND> |
getValues()
Gets the pair of values
|
int |
hashCode() |
void |
setFirst(FIRST first)
Sets first value
param first First value
|
void |
setProperty(int arg0,
Object arg1) |
void |
setSecond(SECOND second)
Sets second value
param second Second value
|
void |
setTable(String table) |
String |
toString() |
private String table
public FIRST getFirst()
public SECOND getSecond()
public void setFirst(FIRST first)
public void setSecond(SECOND second)
public String getTable()
public void setTable(String table)
table
- the table to setpublic Object getProperty(int arg0)
public int getPropertyCount()
public void getPropertyInfo(int arg0, Hashtable arg1, org.ksoap2.serialization.PropertyInfo arg2)
public void setProperty(int arg0, Object arg1)