public class UIDSequenceBean extends Object
Modifier and Type | Field and Description |
---|---|
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.
|
public UIDSequenceBean()
public UIDSequenceBean(String key)
key
- public int getId()
public void setId(int id)
public String getKey()
public void setKey(String key)
public int getIndex()
public static String stringify(UIDSequenceBean bean)
public int nextIndex()
Copyright © 2015 Nuxeo SA. All rights reserved.