org.seasar.tuigwaa.plugin.database
クラス ExcelUpDto

java.lang.Object
  拡張org.seasar.tuigwaa.plugin.database.ExcelUpDto

public class ExcelUpDto
extends Object

作成者:
nishioka

フィールドの概要
static String UPLOADTYPE_CLEAN
           
static String UPLOADTYPE_OVERWRITE
           
 
コンストラクタの概要
ExcelUpDto()
           
 
メソッドの概要
 String getEntityName()
           
 org.apache.struts.upload.FormFile getFile()
           
 String getPageName()
           
 String getType()
           
 void setEntityName(String entityName)
           
 void setFile(org.apache.struts.upload.FormFile file)
           
 void setPageName(String pageName)
           
 void setType(String type)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

UPLOADTYPE_OVERWRITE

public static final String UPLOADTYPE_OVERWRITE
関連項目:
定数フィールド値

UPLOADTYPE_CLEAN

public static final String UPLOADTYPE_CLEAN
関連項目:
定数フィールド値
コンストラクタの詳細

ExcelUpDto

public ExcelUpDto()
メソッドの詳細

getFile

public org.apache.struts.upload.FormFile getFile()

setFile

public void setFile(org.apache.struts.upload.FormFile file)

getEntityName

public String getEntityName()

setEntityName

public void setEntityName(String entityName)

getType

public String getType()

setType

public void setType(String type)

getPageName

public String getPageName()

setPageName

public void setPageName(String pageName)


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.