org.seasar.tuigwaa.model.core.impl
クラス AbstractAttribute
java.lang.Object
org.seasar.tuigwaa.model.core.impl.TgwElementImpl
org.seasar.tuigwaa.model.core.impl.AbstractAttribute
- すべての実装インタフェース:
- TgwAttribute, TgwElement
- 直系の既知のサブクラス:
- AbstractLinkAttribute, BooleanAttribute, ByteArrayAttribute, DateAttribute, DoubleAttribute, FileAttribute, FloatAttribute, IntegerAttribute, LongAttribute, NestedAttribute, SecurityAttribute, SetAttribute, StringAttribute, TimestampAttribute
- public abstract class AbstractAttribute
- extends TgwElementImpl
- implements TgwAttribute
- 作成者:
- nishioka
フィールドの概要 |
protected org.apache.commons.logging.Log |
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 |
クラス 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.TgwElement から継承したメソッド |
accept, addChild, getDescription, getDisplayName, getName, getParent, setDescription, setDisplayName, setName, setParent, swapChild, updateChild |
log
protected org.apache.commons.logging.Log log
AbstractAttribute
public AbstractAttribute()
setEntity
public final void setEntity(TgwEntity entity)
- 定義:
- インタフェース
TgwAttribute
内の setEntity
getEntity
public final TgwEntity getEntity()
- 定義:
- インタフェース
TgwAttribute
内の getEntity
setType
public void setType(String type)
isRequired
public final boolean isRequired()
- 定義:
- インタフェース
TgwAttribute
内の isRequired
setRequired
public final void setRequired(boolean required)
- 定義:
- インタフェース
TgwAttribute
内の setRequired
getOption
public final String getOption()
- 定義:
- インタフェース
TgwAttribute
内の getOption
setOption
public final void setOption(String option)
- 定義:
- インタフェース
TgwAttribute
内の setOption
getType
public abstract String getType()
- 定義:
- インタフェース
TgwAttribute
内の getType
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.