|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.schmant.support.IncrementingFutureEntityFactory
public class IncrementingFutureEntityFactory
This factory creates FutureEntity
objects with an incrementing index
number.
Constructor Summary | |
---|---|
IncrementingFutureEntityFactory(DirectoryView d,
String prefix,
String suffix)
Create FutureEntity :s in the supplied directory. |
|
IncrementingFutureEntityFactory(DirectoryView d,
String prefix,
String suffix,
int startNo)
Create FutureEntity :s in the supplied directory. |
Method Summary | |
---|---|
FutureEntity |
create()
Create a new future entity and increment the internal index number. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IncrementingFutureEntityFactory(DirectoryView d, String prefix, String suffix, int startNo)
FutureEntity
:s in the supplied directory. The future
entities will have the supplied name prefix and suffixes and incrementing
index number, starting with the supplied number.
d
- The directory to create future entities in.prefix
- The entity name prefix.suffix
- The entity name suffix.startNo
- The start value of the index number.public IncrementingFutureEntityFactory(DirectoryView d, String prefix, String suffix)
FutureEntity
:s in the supplied directory. The future
entities will have the supplied name prefix and suffixes and incrementing
index number, starting with 0
.
d
- The directory to create future entities in.prefix
- The entity name prefix.suffix
- The entity name suffix.Method Detail |
---|
public FutureEntity create()
create
in interface FutureEntityFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |