org.seasar.doma.domain
クラス AbstractArrayListDomain<E,D extends AbstractArrayListDomain<E,D>>

java.lang.Object
  上位を拡張 org.seasar.doma.domain.AbstractDomain<ArrayList<E>,AbstractArrayListDomain<E,D>>
      上位を拡張 org.seasar.doma.domain.AbstractArrayListDomain<E,D>
型パラメータ:
E - 要素の型
D - ドメインの型
すべての実装されたインタフェース:
Serializable, Domain<ArrayList<E>,AbstractArrayListDomain<E,D>>, SerializableDomain<ArrayList<E>,AbstractArrayListDomain<E,D>>
直系の既知のサブクラス:
ArrayListDomain

public abstract class AbstractArrayListDomain<E,D extends AbstractArrayListDomain<E,D>>
extends AbstractDomain<ArrayList<E>,AbstractArrayListDomain<E,D>>
implements SerializableDomain<ArrayList<E>,AbstractArrayListDomain<E,D>>

ArrayList を値の型とするドメインのための骨格実装です。

作成者:
taedium
関連項目:
直列化された形式

フィールドの概要
 
クラス org.seasar.doma.domain.AbstractDomain から継承されたフィールド
changed, value, valueClass
 
コンストラクタの概要
AbstractArrayListDomain()
          デフォルトの値でインスタンス化します。
AbstractArrayListDomain(ArrayList<E> value)
          値を指定してインスタンス化します。
 
メソッドの概要
<R,P,TH extends Throwable>
R
accept(DomainVisitor<R,P,TH> visitor, P p)
          ビジターを受け入れます。
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
クラス org.seasar.doma.domain.AbstractDomain から継承されたメソッド
get, getValueClass, isChanged, isNotNull, isNull, set, setChanged, setDomain, setInternal, setNull
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
インタフェース org.seasar.doma.domain.Domain から継承されたメソッド
get, getValueClass, isChanged, isNotNull, isNull, set, setChanged, setDomain
 

コンストラクタの詳細

AbstractArrayListDomain

public AbstractArrayListDomain()
デフォルトの値でインスタンス化します。


AbstractArrayListDomain

public AbstractArrayListDomain(ArrayList<E> value)
値を指定してインスタンス化します。

パラメータ:
value - 値
メソッドの詳細

accept

public <R,P,TH extends Throwable> R accept(DomainVisitor<R,P,TH> visitor,
                                           P p)
         throws TH extends Throwable
インタフェース Domain の記述:
ビジターを受け入れます。

定義:
インタフェース Domain<ArrayList<E>,AbstractArrayListDomain<E,D extends AbstractArrayListDomain<E,D>>> 内の accept
型パラメータ:
R - 戻り値の型
P - パラメータの型
TH - 例外の型
パラメータ:
visitor - ビジター
p - パラメータ
戻り値:
戻り値
例外:
TH - 例外
TH extends Throwable

equals

public boolean equals(Object o)
オーバーライド:
クラス Object 内の equals

hashCode

public int hashCode()
オーバーライド:
クラス Object 内の hashCode

toString

public String toString()
オーバーライド:
クラス AbstractDomain<ArrayList<E>,AbstractArrayListDomain<E,D extends AbstractArrayListDomain<E,D>>> 内の toString


Copyright © 2009 The Seasar Foundation. All Rights Reserved.