public class DbObjectResult extends Object implements Serializable
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getId()
Gets the obejct id.
|
long |
getSerial()
Gets the object's serial.
|
long |
getTableSerial()
Gets the object's table serial.
|
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.