com.googlecode.jpattern.orm.mapper
Class NullColumn
java.lang.Object
com.googlecode.jpattern.orm.mapper.NullColumn
- All Implemented Interfaces:
- IColumn
public class NullColumn
- extends Object
- implements IColumn
- Author:
- Francesco Cina
01/giu/2011
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullColumn
public NullColumn()
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.