org.seasar.doma.domain
クラス BuiltinBigIntegerDomain

java.lang.Object
  上位を拡張 org.seasar.doma.domain.AbstractDomain<V,D>
      上位を拡張 org.seasar.doma.domain.AbstractComparableDomain<BigInteger,D>
          上位を拡張 org.seasar.doma.domain.BigIntegerDomain<BuiltinBigIntegerDomain>
              上位を拡張 org.seasar.doma.domain.BuiltinBigIntegerDomain
すべての実装されたインタフェース:
Serializable, Comparable<BuiltinBigIntegerDomain>, ComparableDomain<BigInteger,BuiltinBigIntegerDomain>, Domain<BigInteger,BuiltinBigIntegerDomain>, NumberDomain<BigInteger,BuiltinBigIntegerDomain>, SerializableDomain<BigInteger,BuiltinBigIntegerDomain>

public final class BuiltinBigIntegerDomain
extends BigIntegerDomain<BuiltinBigIntegerDomain>

BigInteger を値の型とする組み込みのドメインです。

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

フィールドの概要
 
クラス org.seasar.doma.domain.AbstractDomain から継承されたフィールド
changed, value, valueClass
 
コンストラクタの概要
BuiltinBigIntegerDomain()
          デフォルトの値でインスタンス化します。
BuiltinBigIntegerDomain(BigInteger value)
          値を指定してインスタンス化します。
 
メソッドの概要
 
クラス org.seasar.doma.domain.BigIntegerDomain から継承されたメソッド
accept, equals, hashCode, set, setDomain, toString
 
クラス org.seasar.doma.domain.AbstractComparableDomain から継承されたメソッド
assertComparable, assertComparable, compareTo, compareToInternal, eq, eq, ge, ge, gt, gt, le, le, lt, lt
 
クラス org.seasar.doma.domain.AbstractDomain から継承されたメソッド
get, getValueClass, isChanged, isNull, setChanged, setDomain, setInternal, setNull
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
インタフェース org.seasar.doma.domain.Domain から継承されたメソッド
get, getValueClass, isChanged, isNull, setChanged, setDomain
 

コンストラクタの詳細

BuiltinBigIntegerDomain

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


BuiltinBigIntegerDomain

public BuiltinBigIntegerDomain(BigInteger value)
値を指定してインスタンス化します。

パラメータ:
value - 値


Copyright © 2009 The Seasar Foundation. All Rights Reserved.