public class PaymentSerialGenerator extends AbstractHibernateObject<PaymentSerialGenerator>
| Constructor and Description |
|---|
PaymentSerialGenerator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBase()
A string to identify the scope of serial numbers
|
int |
getId()
The Id as auto-generated by the database
|
int |
getSerial()
The next serial number in the scope of
base |
void |
setBase(String base)
Should be defined in a DB trigger
|
void |
setId(int id) |
void |
setSerial(int serial)
Should be defined in a DB trigger
|
delete, getGetters, getKeyValue, merge, refresh, savepublic int getId()
public void setId(int id)
public String getBase()
public void setBase(String base)
base - public int getSerial()
basepublic void setSerial(int serial)
serial - Copyright © 2021. All rights reserved.