org.boxed_economy.besp.model.fmfw.informations
クラス StringInformation

java.lang.Object
  拡張org.boxed_economy.besp.model.fmfw.informations.StringInformation
すべての実装インタフェース:
Information, java.io.Serializable

public class StringInformation
extends java.lang.Object
implements Information

作成者:
Akiko Okabe To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.
関連項目:
直列化された形式

フィールドの概要
 
インタフェース org.boxed_economy.besp.model.fmfw.Information から継承したフィールド
serialVersionUID
 
コンストラクタの概要
StringInformation(java.lang.String contents)
           
 
メソッドの概要
 java.lang.String getContents()
           
 void setContents(java.lang.String contents)
           
 java.lang.String toString()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

StringInformation

public StringInformation(java.lang.String contents)
メソッドの詳細

getContents

public java.lang.String getContents()

setContents

public void setContents(java.lang.String contents)

toString

public java.lang.String toString()