org.codelabor.system.file.web.spring.command
Class FileList

java.lang.Object
  extended by org.codelabor.system.file.web.spring.command.FileList
All Implemented Interfaces:
java.io.Serializable

public class FileList
extends java.lang.Object
implements java.io.Serializable

파일 List Command

Author:
Shin Sang-jae
See Also:
Serialized Form

Constructor Summary
FileList()
           
 
Method Summary
 java.util.List<org.springframework.web.multipart.MultipartFile> getFile()
          파일을 가져온다.
 java.lang.String getMapId()
          Map Id를 가져온다.
 java.lang.String getRepositoryType()
          파일 저장 방식을 가져온다.
 void setFile(java.util.List<org.springframework.web.multipart.MultipartFile> file)
          파일을 설정한다.
 void setMapId(java.lang.String mapId)
          Map Id를 설정한다.
 void setRepositoryType(java.lang.String repositoryType)
          파일 저장 방식을 설정한다.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileList

public FileList()
Method Detail

getMapId

public java.lang.String getMapId()
Map Id를 가져온다.

Returns:
Map Id

setMapId

public void setMapId(java.lang.String mapId)
Map Id를 설정한다.

Parameters:
mapId - Map Id

getRepositoryType

public java.lang.String getRepositoryType()
파일 저장 방식을 가져온다.

Returns:
파일 저장 방식

setRepositoryType

public void setRepositoryType(java.lang.String repositoryType)
파일 저장 방식을 설정한다.

Parameters:
repositoryType - 파일 저장 방식

getFile

public java.util.List<org.springframework.web.multipart.MultipartFile> getFile()
파일을 가져온다.

Returns:
파일 목록

setFile

public void setFile(java.util.List<org.springframework.web.multipart.MultipartFile> file)
파일을 설정한다.

Parameters:
file - 파일 목록


Copyright © 2011 CODELABOR. All Rights Reserved.