org.seasar.extension.persistence
クラス EntityMeta
java.lang.Object
org.seasar.extension.persistence.EntityMeta
public class EntityMeta
- extends Object
- 作成者:
- higa
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityMeta
public EntityMeta()
getName
public String getName()
- 戻り値:
- Returns the name.
setName
public void setName(String name)
- パラメータ:
name
- The name to set.
getTableMeta
public TableMeta getTableMeta()
- 戻り値:
- Returns the tableMeta.
setTableMeta
public void setTableMeta(TableMeta tableMeta)
- パラメータ:
tableMeta
- The tableMeta to set.
getPropertyMeta
public PropertyMeta getPropertyMeta(String propertyName)
getPropertyMeta
public PropertyMeta getPropertyMeta(int index)
getPropertyMetaSize
public int getPropertyMetaSize()
addPropertyMeta
public void addPropertyMeta(PropertyMeta propertyMeta)
Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.