org.seasar.extension.persistence
クラス ColumnMeta

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

public class ColumnMeta
extends Object

作成者:
higa

コンストラクタの概要
ColumnMeta()
           
 
メソッドの概要
 int getLength()
           
 String getName()
           
 int getPrecision()
           
 int getScale()
           
 ColumnType getType()
           
 boolean isInsertable()
           
 boolean isNullable()
           
 boolean isPrimary()
           
 boolean isSelectable()
           
 boolean isUnique()
           
 boolean isUpdatable()
           
 void setInsertable(boolean insertable)
           
 void setLength(int length)
           
 void setName(String name)
           
 void setNullable(boolean nullable)
           
 void setPrecision(int precision)
           
 void setPrimary(boolean primary)
           
 void setScale(int scale)
           
 void setSelectable(boolean selectable)
           
 void setType(ColumnType type)
           
 void setUnique(boolean unique)
           
 void setUpdatable(boolean updatable)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ColumnMeta

public ColumnMeta()
メソッドの詳細

isInsertable

public boolean isInsertable()
戻り値:
Returns the insertable.

setInsertable

public void setInsertable(boolean insertable)
パラメータ:
insertable - The insertable to set.

getLength

public int getLength()
戻り値:
Returns the length.

setLength

public void setLength(int length)
パラメータ:
length - The length to set.

getName

public String getName()
戻り値:
Returns the name.

setName

public void setName(String name)
パラメータ:
name - The name to set.

isNullable

public boolean isNullable()
戻り値:
Returns the nullable.

setNullable

public void setNullable(boolean nullable)
パラメータ:
nullable - The nullable to set.

getPrecision

public int getPrecision()
戻り値:
Returns the precision.

setPrecision

public void setPrecision(int precision)
パラメータ:
precision - The precision to set.

isPrimary

public boolean isPrimary()
戻り値:
Returns the primary.

setPrimary

public void setPrimary(boolean primary)
パラメータ:
primary - The primary to set.

getScale

public int getScale()
戻り値:
Returns the scale.

setScale

public void setScale(int scale)
パラメータ:
scale - The scale to set.

isSelectable

public boolean isSelectable()
戻り値:
Returns the selectable.

setSelectable

public void setSelectable(boolean selectable)
パラメータ:
selectable - The selectable to set.

getType

public ColumnType getType()
戻り値:
Returns the type.

setType

public void setType(ColumnType type)
パラメータ:
type - The type to set.

isUnique

public boolean isUnique()
戻り値:
Returns the unique.

setUnique

public void setUnique(boolean unique)
パラメータ:
unique - The unique to set.

isUpdatable

public boolean isUpdatable()
戻り値:
Returns the updatable.

setUpdatable

public void setUpdatable(boolean updatable)
パラメータ:
updatable - The updatable to set.


Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.