jp.veritrans.tercerog.mdk.dto
クラス RecruitSearchParameter

java.lang.Object
  上位を拡張 jp.veritrans.tercerog.mdk.dto.RecruitSearchParameter

public class RecruitSearchParameter
extends Object

検索条件:リクルート検索パラメータクラス

作成者:
Created automatically by DtoCreator

コンストラクタの概要
RecruitSearchParameter()
           
 
メソッドの概要
 String[] getDetailCommandType()
          詳細コマンドタイプ名を取得する
 String[] getDetailOrderType()
          詳細オーダー決済状態を取得する
 String getItemId()
          商品番号を取得する
 void setDetailCommandType(String[] detailCommandType)
          詳細コマンドタイプ名を設定する
 void setDetailOrderType(String[] detailOrderType)
          詳細オーダー決済状態を設定する
 void setItemId(String itemId)
          商品番号を設定する
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RecruitSearchParameter

public RecruitSearchParameter()
メソッドの詳細

getDetailOrderType

public String[] getDetailOrderType()
詳細オーダー決済状態を取得する

戻り値:
詳細オーダー決済状態

setDetailOrderType

public void setDetailOrderType(String[] detailOrderType)
詳細オーダー決済状態を設定する

パラメータ:
detailOrderType - 詳細オーダー決済状態

getDetailCommandType

public String[] getDetailCommandType()
詳細コマンドタイプ名を取得する

戻り値:
詳細コマンドタイプ名

setDetailCommandType

public void setDetailCommandType(String[] detailCommandType)
詳細コマンドタイプ名を設定する

パラメータ:
detailCommandType - 詳細コマンドタイプ名

getItemId

public String getItemId()
商品番号を取得する

戻り値:
商品番号

setItemId

public void setItemId(String itemId)
商品番号を設定する

パラメータ:
itemId - 商品番号


Copyright © 2017. All rights reserved.