org.seasar.extension.jdbc
クラス ColumnMeta

java.lang.Object
  上位を拡張 org.seasar.extension.jdbc.ColumnMeta

public class ColumnMeta
extends java.lang.Object

カラム用のメタデータです。

作成者:
higa

フィールドの概要
protected  boolean insertable
          挿入可能かどうかです。
protected  java.lang.String name
          名前です。
protected  boolean updatable
          更新可能かどうかです。
 
コンストラクタの概要
ColumnMeta()
           
 
メソッドの概要
 java.lang.String getName()
          名前を返します。
 boolean isInsertable()
          挿入可能かどうかを返します。
 boolean isUpdatable()
          更新可能かどうかを返します。
 void setInsertable(boolean insertable)
          挿入可能かどうかを設定します。
 void setName(java.lang.String name)
          名前を設定します。
 void setUpdatable(boolean updatable)
          更新可能かどうかを設定します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

name

protected java.lang.String name
名前です。


insertable

protected boolean insertable
挿入可能かどうかです。


updatable

protected boolean updatable
更新可能かどうかです。

コンストラクタの詳細

ColumnMeta

public ColumnMeta()
メソッドの詳細

getName

public java.lang.String getName()
名前を返します。

戻り値:
名前

setName

public void setName(java.lang.String name)
名前を設定します。

パラメータ:
name - 名前

isInsertable

public boolean isInsertable()
挿入可能かどうかを返します。

戻り値:
挿入可能かどうか

setInsertable

public void setInsertable(boolean insertable)
挿入可能かどうかを設定します。

パラメータ:
insertable - 挿入可能かどうか

isUpdatable

public boolean isUpdatable()
更新可能かどうかを返します。

戻り値:
更新可能かどうか

setUpdatable

public void setUpdatable(boolean updatable)
更新可能かどうかを設定します。

パラメータ:
updatable - 更新可能かどうか


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.