com.jpattern.orm.annotation.generator
Class GeneratorInfoImpl
java.lang.Object
com.jpattern.orm.annotation.generator.GeneratorInfoImpl
- All Implemented Interfaces:
- GeneratorInfo
public class GeneratorInfoImpl
- extends Object
- implements GeneratorInfo
- Author:
- cinafr
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeneratorInfoImpl
public GeneratorInfoImpl(GeneratorType generatorType,
String name,
long[] ifValueIn,
boolean valid)
getGeneratorType
public GeneratorType getGeneratorType()
- Specified by:
getGeneratorType in interface GeneratorInfo
getName
public String getName()
- Specified by:
getName in interface GeneratorInfo
getIfValueIn
public long[] getIfValueIn()
- Specified by:
getIfValueIn in interface GeneratorInfo
isValid
public boolean isValid()
- Specified by:
isValid in interface GeneratorInfo
Copyright © 2013. All Rights Reserved.