クラス
org.maachang.service.mail.ResultAttached の使用

ResultAttached を使用しているパッケージ
org.maachang.service.mail メール送信サービス. 
 

org.maachang.service.mail での ResultAttached の使用
 

ResultAttached 型の引数を持つ型を返す org.maachang.service.mail のメソッド
 java.util.ArrayList<ResultAttached> SendMail.getAttached()
          attached を取得.
 java.util.ArrayList<ResultAttached> ResultMail.getAttached()
          attached を取得.
 

ResultAttached 型の型引数を持つ org.maachang.service.mail のメソッドパラメータ
 void SendMail.setAttached(java.util.ArrayList<ResultAttached> attached)
          attached を設定.
 void ResultMail.setAttached(java.util.ArrayList<ResultAttached> attached)
          attached を設定.