Package net.plsar.model
Class FileComponent
java.lang.Object
net.plsar.model.FileComponent
public class FileComponent
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description FileComponent() -
Method Summary
Modifier and Type Method Description java.lang.IntegergetActiveIndex()java.lang.StringgetContentType()byte[]getFileBytes()java.lang.StringgetFileName()voidsetActiveIndex(java.lang.Integer activeIndex)voidsetContentType(java.lang.String contentType)voidsetFileBytes(byte[] fileBytes)voidsetFileName(java.lang.String fileName)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FileComponent
public FileComponent()
-
-
Method Details
-
getFileName
public java.lang.String getFileName() -
setFileName
public void setFileName(java.lang.String fileName) -
getContentType
public java.lang.String getContentType() -
setContentType
public void setContentType(java.lang.String contentType) -
getActiveIndex
public java.lang.Integer getActiveIndex() -
setActiveIndex
public void setActiveIndex(java.lang.Integer activeIndex) -
getFileBytes
public byte[] getFileBytes() -
setFileBytes
public void setFileBytes(byte[] fileBytes)
-