java.lang.Object |
↳ |
org.ofbiz.core.entity.SequenceUtil |
|
↳ |
com.atlassian.core.ofbiz.test.mock.MockSequenceUtil |
Class Overview
This was taken from atlassian-ofbiz and placed into its now rightful home of JIRA.
Summary
[Expand]
Inherited Fields |
From class
org.ofbiz.core.entity.SequenceUtil
public
static
final
String |
module |
|
|
[Expand]
Inherited Methods |
From class
org.ofbiz.core.entity.SequenceUtil
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
MockSequenceUtil
(String helperName, ModelEntity seqEntity, String nameFieldName, String idFieldName)
Public Methods