com.googlecode.jpattern.orm.mapper
Class Column
java.lang.Object
com.googlecode.jpattern.orm.mapper.Column
- All Implemented Interfaces:
- IColumn
public final class Column
- extends Object
- implements IColumn
la rappresentazione della colonna
- Version:
- $Id: $
- Author:
- Claudio Quaresima - claudio.quaresima@gmail.com - 11/ago/08 17:16:34
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Column
public Column(String columnName)
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
setGetter
public void setGetter(Method getter)
getSetter
public Method getSetter()
- Specified by:
getSetter in interface IColumn
setSetter
public void setSetter(Method setter)
setIdentifying
public void setIdentifying(boolean identifying)
setField
public void setField(Field field)
getField
public Field getField()
- Specified by:
getField in interface IColumn
Copyright © 2011. All Rights Reserved.