public class PKGeneratorStrategy extends Object implements Serializable
| 构造器和说明 |
|---|
PKGeneratorStrategy() |
PKGeneratorStrategy(String name,
String strategy,
String sequence,
String generator) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getGenerator() |
String |
getName() |
String |
getSequence() |
String |
getStrategy() |
void |
setGenerator(String generator) |
void |
setName(String name) |
void |
setSequence(String sequence) |
void |
setStrategy(String strategy) |
public String getName()
public void setName(String name)
name - the name to setpublic String getStrategy()
public void setStrategy(String strategy)
strategy - the strategy to setpublic String getSequence()
public void setSequence(String sequence)
sequence - the sequence to setpublic String getGenerator()
public void setGenerator(String generator)
generator - the generator to setCopyright © 2023. All rights reserved.