org.maachang.service.mail
クラス ResultAttached

java.lang.Object
  上位を拡張 org.maachang.service.mail.ResultAttached

public class ResultAttached
extends java.lang.Object

受信添付情報.

導入されたバージョン:
maaEngine 1.00.
バージョン:
2007/10/22.
作成者:
masahito suzuki.

コンストラクタの概要
ResultAttached()
           
 
メソッドの概要
 byte[] getAttached()
          attached を取得.
 java.lang.String getFileName()
          fileName を取得.
 void setAttached(byte[] attached)
          attached を設定.
 void setFileName(java.lang.String fileName)
          fileName を設定.
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ResultAttached

public ResultAttached()
メソッドの詳細

getAttached

public byte[] getAttached()
attached を取得.

戻り値:
attached が返されます.

setAttached

public void setAttached(byte[] attached)
attached を設定.

パラメータ:
attached - attached を設定します.

getFileName

public java.lang.String getFileName()
fileName を取得.

戻り値:
fileName が返されます.

setFileName

public void setFileName(java.lang.String fileName)
fileName を設定.

パラメータ:
fileName - fileName を設定します.