|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectorg.apache.commons.validator.Msg
代換メッセージ(このクラス)は Field と関連付けられ
ValidatorAction(入れ替え可能な妥当性チェック)に設定されたデフォルトメッセージの代わりに使用されます。
| フィールドの概要 | |
protected String |
key
The key or value of the argument. |
protected String |
name
The name dependency that this argument goes with (optional). |
| コンストラクタの概要 | |
Msg()
|
|
| メソッドの概要 | |
Object |
clone()
Creates and returns a copy of this object. |
String |
getKey()
Gets the key/value. |
String |
getName()
Gets the name of the dependency. |
void |
setKey(String key)
Sets the key/value. |
void |
setName(String name)
Sets the name of the dependency. |
String |
toString()
Returns a string representation of the object. |
| クラス java.lang.Object から継承したメソッド |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
protected String name
protected String key
| コンストラクタの詳細 |
public Msg()
| メソッドの詳細 |
public String getName()
public void setName(String name)
public String getKey()
public void setKey(String key)
public Object clone()
public String toString()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||