com.jpattern.orm.annotation.generator
Class GeneratorInfoImpl

java.lang.Object
  extended by com.jpattern.orm.annotation.generator.GeneratorInfoImpl
All Implemented Interfaces:
GeneratorInfo

public class GeneratorInfoImpl
extends Object
implements GeneratorInfo

Author:
cinafr

Constructor Summary
GeneratorInfoImpl(GeneratorType generatorType, String name, long[] ifValueIn, boolean valid)
           
 
Method Summary
 GeneratorType getGeneratorType()
           
 long[] getIfValueIn()
           
 String getName()
           
 boolean isValid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneratorInfoImpl

public GeneratorInfoImpl(GeneratorType generatorType,
                         String name,
                         long[] ifValueIn,
                         boolean valid)
Method Detail

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.