public abstract class Model extends Object implements org.ksoap2.serialization.KvmSerializable
Modifier and Type | Field and Description |
---|---|
private long |
id
Model identifier
|
Constructor and Description |
---|
Model(long id) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getId()
Gets model identifier
|
int |
hashCode() |
(package private) void |
setId(long id)
Sets model identifier
|
String |
toString() |