org.seasar.tuigwaa.model.core.impl
クラス AbstractLinkAttribute

java.lang.Object
  拡張org.seasar.tuigwaa.model.core.impl.TgwElementImpl
      拡張org.seasar.tuigwaa.model.core.impl.AbstractAttribute
          拡張org.seasar.tuigwaa.model.core.impl.AbstractLinkAttribute
すべての実装インタフェース:
LinkAttribute, TgwAttribute, TgwElement
直系の既知のサブクラス:
FkAttribute, SelfAttribute

public abstract class AbstractLinkAttribute
extends AbstractAttribute
implements LinkAttribute


フィールドの概要
 
クラス org.seasar.tuigwaa.model.core.impl.AbstractAttribute から継承したフィールド
log
 
インタフェース org.seasar.tuigwaa.model.core.TgwAttribute から継承したフィールド
TYPE_BOOLEAN, TYPE_BYTEARRAY, TYPE_DATE, TYPE_FILE, TYPE_FK, TYPE_FLOAT, TYPE_INTEGER, TYPE_LONG, TYPE_SECURITY, TYPE_SELF, TYPE_SET, TYPE_STRING, TYPE_STRINGARRAY, TYPE_TIMESTAMP
 
コンストラクタの概要
AbstractLinkAttribute()
           
 
メソッドの概要
 Collection getDataList()
           
 DataTable getDataTable()
           
 Map getLabelValueMap()
          指定したモデル(テーブル)にある、各データの代表カラムの表示名と ID(主キー)の値を返す
 String getRefEntityFilter()
           
 void setRefEntityFilter(String refEntityFilter)
           
 
クラス org.seasar.tuigwaa.model.core.impl.AbstractAttribute から継承したメソッド
getEntity, getOption, getType, isRequired, setEntity, setOption, setRequired, setType
 
クラス org.seasar.tuigwaa.model.core.impl.TgwElementImpl から継承したメソッド
accept, addChild, clearChildren, getChild, getChildByDisplayName, getChildList, getChildNameIterator, getDescription, getDisplayName, getName, getParent, removeChild, setDescription, setDisplayName, setName, setParent, swapChild, updateChild
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.tuigwaa.model.core.impl.LinkAttribute から継承したメソッド
getRefEntity
 
インタフェース org.seasar.tuigwaa.model.core.TgwAttribute から継承したメソッド
accept, getEntity, getOption, getType, isRequired, setEntity, setOption, setRequired
 
インタフェース org.seasar.tuigwaa.model.core.TgwElement から継承したメソッド
accept, addChild, getDescription, getDisplayName, getName, getParent, setDescription, setDisplayName, setName, setParent, swapChild, updateChild
 

コンストラクタの詳細

AbstractLinkAttribute

public AbstractLinkAttribute()
メソッドの詳細

setRefEntityFilter

public void setRefEntityFilter(String refEntityFilter)

getRefEntityFilter

public String getRefEntityFilter()

getDataTable

public DataTable getDataTable()

getDataList

public Collection getDataList()

getLabelValueMap

public Map getLabelValueMap()
指定したモデル(テーブル)にある、各データの代表カラムの表示名と ID(主キー)の値を返す



Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.