com.googlecode.jpattern.orm.mapper
Class NullColumn

java.lang.Object
  extended by com.googlecode.jpattern.orm.mapper.NullColumn
All Implemented Interfaces:
IColumn

public class NullColumn
extends Object
implements IColumn

Author:
Francesco Cina 01/giu/2011

Constructor Summary
NullColumn()
           
 
Method Summary
 Field getField()
           
 Method getGetter()
           
 String getName()
           
 Method getSetter()
           
 boolean isIdentifying()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullColumn

public NullColumn()
Method Detail

getName

public String getName()
Specified by:
getName in interface IColumn

isIdentifying

public boolean isIdentifying()
Specified by:
isIdentifying in interface IColumn

getGetter

public Method getGetter()
Specified by:
getGetter in interface IColumn

getSetter

public Method getSetter()
Specified by:
getSetter in interface IColumn

getField

public Field getField()
Specified by:
getField in interface IColumn


Copyright © 2011. All Rights Reserved.