public class UIDSequenceBean extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected int | 
id  | 
static org.apache.commons.logging.Log | 
log  | 
| Constructor and Description | 
|---|
UIDSequenceBean()
Default constructor needed for EJB container instantiation. 
 | 
UIDSequenceBean(String key)
Constructor taking as argument the key for which this sequence is created. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getId()  | 
int | 
getIndex()  | 
String | 
getKey()  | 
int | 
nextIndex()  | 
void | 
setId(int id)  | 
void | 
setKey(String key)  | 
static String | 
stringify(UIDSequenceBean bean)  | 
String | 
toString()  | 
public UIDSequenceBean()
public UIDSequenceBean(String key)
key - Copyright © 2019 Nuxeo. All rights reserved.