org.seasar.doma.internal.apt.meta
クラス ColumnMeta

java.lang.Object
  上位を拡張 org.seasar.doma.internal.apt.meta.ColumnMeta

public class ColumnMeta
extends Object

作成者:
taedium

フィールドの概要
protected  boolean insertable
           
protected  String name
           
protected  boolean updatable
           
 
コンストラクタの概要
ColumnMeta()
           
 
メソッドの概要
 String getName()
           
 boolean isInsertable()
           
 boolean isUpdatable()
           
 void setInsertable(boolean insertable)
           
 void setName(String name)
           
 void setUpdatable(boolean updatable)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

name

protected String name

insertable

protected boolean insertable

updatable

protected boolean updatable
コンストラクタの詳細

ColumnMeta

public ColumnMeta()
メソッドの詳細

getName

public String getName()

setName

public void setName(String name)

isInsertable

public boolean isInsertable()

setInsertable

public void setInsertable(boolean insertable)

isUpdatable

public boolean isUpdatable()

setUpdatable

public void setUpdatable(boolean updatable)


Copyright © 2009 The Seasar Foundation. All Rights Reserved.