com.googlecode.jpattern.orm.mapper
Class Column

java.lang.Object
  extended by 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

Constructor Summary
Column(String columnName)
           
 
Method Summary
 Field getField()
           
 Method getGetter()
           
 String getName()
           
 Method getSetter()
           
 boolean isIdentifying()
           
 void setField(Field field)
           
 void setGetter(Method getter)
           
 void setIdentifying(boolean identifying)
           
 void setSetter(Method setter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Column

public Column(String columnName)
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

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.