jp.co.cybec.cb3.accessor.fileaccess.flat.fixed
クラス FixedLengthRecordReaderConfig

java.lang.Object
  上位を拡張 jp.co.cybec.cb3.accessor.fileaccess.flat.fixed.FixedLengthRecordReaderConfig

public class FixedLengthRecordReaderConfig
extends Object

固定長ファイルの設定ファイル情報を保持するクラス。

作成者:
Jianming Guo

コンストラクタの概要
FixedLengthRecordReaderConfig()
          コンストラクタ
 
メソッドの概要
 void addField(FixedLengthRecordFieldConfig field)
          フィールド情報リストに追加します。
 String getEncode()
          エンコードを返します。
 List<FixedLengthRecordFieldConfig> getFieldList()
          フィールド情報リストを返します。
 String getFilepath()
          ファイルパスを返します。
 void setEncode(String encode)
          エンコードを設定します。
 void setFilepath(String filepath)
          ファイルパスを設定します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FixedLengthRecordReaderConfig

public FixedLengthRecordReaderConfig()
コンストラクタ

メソッドの詳細

getFilepath

public String getFilepath()
ファイルパスを返します。

戻り値:
ファイルパス

setFilepath

public void setFilepath(String filepath)
ファイルパスを設定します。

パラメータ:
filepath - ファイルパス

getFieldList

public List<FixedLengthRecordFieldConfig> getFieldList()
フィールド情報リストを返します。

戻り値:
フィールド情報リスト

addField

public void addField(FixedLengthRecordFieldConfig field)
フィールド情報リストに追加します。

パラメータ:
field - フィールド情報

getEncode

public String getEncode()
エンコードを返します。

戻り値:
エンコード

setEncode

public void setEncode(String encode)
エンコードを設定します。

パラメータ:
encode - エンコード


Copyright © 2008 Cyber Beans Corporation. All Rights Reserved.