org.boxed_economy.besp.model.fmfw.informations
クラス YesNoInformation
java.lang.Object
org.boxed_economy.besp.model.fmfw.FmFwObject
org.boxed_economy.besp.model.fmfw.AbstractInformation
org.boxed_economy.besp.model.fmfw.informations.YesNoInformation
- すべての実装インタフェース:
- Information, java.io.Serializable
- public class YesNoInformation
- extends AbstractInformation
- バージョン:
- $Id: YesNoInformation.java,v 1.1 2004/03/21 12:07:49 macchan Exp $
- 作成者:
- macchan
- 関連項目:
- 直列化された形式
メソッドの概要 |
boolean |
equals(java.lang.Object o)
|
boolean |
isYes()
Returns the yes. |
void |
setYes(boolean yes)
Sets the yes. |
java.lang.String |
toString()
|
クラス java.lang.Object から継承したメソッド |
clone, getClass, hashCode, notify, notifyAll, wait, wait, wait |
YesNoInformation
public YesNoInformation(boolean yes)
- Constructor for YesNoInformation.
isYes
public boolean isYes()
- Returns the yes.
- 戻り値:
- boolean
setYes
public void setYes(boolean yes)
- Sets the yes.
- パラメータ:
yes
- The yes to set
equals
public boolean equals(java.lang.Object o)
- 関連項目:
Object#equals()
toString
public java.lang.String toString()
- 関連項目:
Object.toString()