thredds.bufrtables
Class FileUploadBean

java.lang.Object
  extended by thredds.bufrtables.FileUploadBean

public class FileUploadBean
extends Object

Model object for uploading a BUFR file

Since:
Oct 3, 2008
Author:
caron

Constructor Summary
FileUploadBean()
           
 
Method Summary
 org.springframework.web.multipart.MultipartFile getFile()
           
 String getUsername()
           
 boolean isXml()
           
 void setFile(org.springframework.web.multipart.MultipartFile file)
           
 void setUsername(String username)
           
 void setXml(boolean xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUploadBean

public FileUploadBean()
Method Detail

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

isXml

public boolean isXml()

setXml

public void setXml(boolean xml)

setFile

public void setFile(org.springframework.web.multipart.MultipartFile file)

getFile

public org.springframework.web.multipart.MultipartFile getFile()


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.