Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ui.web.component.file
Class InputFileInfo

java.lang.Object
  extended by org.nuxeo.ecm.platform.ui.web.component.file.InputFileInfo

public class InputFileInfo
extends Object

File information used to manage a file adding/removal.

Author:
Anahide Tchertchian

Field Summary
static String INVALID_FILE_MESSAGE
           
 
Constructor Summary
InputFileInfo(Object choice, Object blob, Object filename, Object mimeType)
           
 
Method Summary
 boolean equals(Object obj)
           
 Object getBlob()
           
 Object getChoice()
           
 Blob getConvertedBlob()
           
 InputFileChoice getConvertedChoice()
           
 String getConvertedFilename()
           
 String getConvertedMimeType()
           
 Object getFilename()
           
 Object getMimeType()
           
 void setBlob(Object blob)
           
 void setChoice(Object choice)
           
 void setFilename(Object filename)
           
 void setMimeType(Object mimeType)
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVALID_FILE_MESSAGE

public static final String INVALID_FILE_MESSAGE
See Also:
Constant Field Values
Constructor Detail

InputFileInfo

public InputFileInfo(Object choice,
                     Object blob,
                     Object filename,
                     Object mimeType)
Method Detail

getBlob

public Object getBlob()

setBlob

public void setBlob(Object blob)

getMimeType

public Object getMimeType()

setMimeType

public void setMimeType(Object mimeType)

getConvertedMimeType

public String getConvertedMimeType()
                            throws ConverterException
Throws:
ConverterException

getConvertedBlob

public Blob getConvertedBlob()
                      throws ConverterException
Throws:
ConverterException

getChoice

public Object getChoice()

setChoice

public void setChoice(Object choice)

getConvertedChoice

public InputFileChoice getConvertedChoice()
                                   throws ConverterException
Throws:
ConverterException

getFilename

public Object getFilename()

setFilename

public void setFilename(Object filename)

getConvertedFilename

public String getConvertedFilename()
                            throws ConverterException
Throws:
ConverterException

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.