org.seasar.doma.internal.apt.meta
クラス ColumnMeta
java.lang.Object
org.seasar.doma.internal.apt.meta.ColumnMeta
public class ColumnMeta
- extends Object
- 作成者:
- taedium
クラス 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.