org.seasar.extension.persistence
クラス ColumnMeta
java.lang.Object
org.seasar.extension.persistence.ColumnMeta
public class ColumnMeta
- extends Object
- 作成者:
- higa
クラス 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.