|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.framework.util.TimestampConversionUtil
Timestamp
用の変換ユーティリティです。
コンストラクタの概要 | |
protected |
TimestampConversionUtil()
インスタンスを構築します。 |
メソッドの概要 | |
static String |
getPattern(Locale locale)
日付パターンを返します。 |
static Timestamp |
toTimestamp(Object o)
Timestamp に変換します。 |
static Timestamp |
toTimestamp(Object o,
String pattern)
Timestamp に変換します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
protected TimestampConversionUtil()
メソッドの詳細 |
public static Timestamp toTimestamp(Object o)
Timestamp
に変換します。
o
-
Timestamp
public static Timestamp toTimestamp(Object o, String pattern)
Timestamp
に変換します。
o
- pattern
-
Timestamp
public static String getPattern(Locale locale)
locale
-
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |