public class DbObjectResult extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
long |
id
the object ID
|
long |
serial
the serial number
|
long |
tableSerial
the table serial
|
| Constructor and Description |
|---|
DbObjectResult(AbstractDbObject<?> object)
Creates a result for the client.
|
DbObjectResult(long id,
long serial,
long tableSerial)
Creates a result for the client.
|
public long id
public long serial
public long tableSerial
public DbObjectResult(long id,
long serial,
long tableSerial)
id - the object IDserial - the object's serialtableSerial - the table serialpublic DbObjectResult(AbstractDbObject<?> object)
object - the objectCopyright © 2016 Krake Softwaretechnik. All rights reserved.