Package com.fluig.sdk.api.cardindex
Class AttachmentVO
- java.lang.Object
-
- com.fluig.sdk.api.cardindex.AttachmentVO
-
- All Implemented Interfaces:
Serializable
public class AttachmentVO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttachmentVO()AttachmentVO(String fileName, String fullPatch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAttach()BooleangetDescriptor()BooleangetEditing()byte[]getFilecontent()StringgetFileName()AttachmentVOgetFileSelected()longgetFileSize()StringgetFullPatch()StringgetIconPath()BooleangetMobile()StringgetPathName()BooleangetPrincipal()voidsetAttach(Boolean attach)voidsetDescriptor(Boolean descriptor)voidsetEditing(Boolean editing)voidsetFilecontent(byte[] filecontent)voidsetFileName(String fileName)voidsetFileSelected(AttachmentVO fileSelected)voidsetFileSize(long fileSize)voidsetFullPatch(String fullPatch)voidsetIconPath(String iconPath)voidsetMobile(Boolean mobile)voidsetPathName(String pathName)voidsetPrincipal(Boolean principal)
-
-
-
Method Detail
-
getFileName
public String getFileName()
-
setFileName
public void setFileName(String fileName)
-
getPathName
public String getPathName()
-
setPathName
public void setPathName(String pathName)
-
getIconPath
public String getIconPath()
-
setIconPath
public void setIconPath(String iconPath)
-
getFileSize
public long getFileSize()
-
setFileSize
public void setFileSize(long fileSize)
-
getPrincipal
public Boolean getPrincipal()
-
setPrincipal
public void setPrincipal(Boolean principal)
-
getAttach
public Boolean getAttach()
-
setAttach
public void setAttach(Boolean attach)
-
getDescriptor
public Boolean getDescriptor()
-
setDescriptor
public void setDescriptor(Boolean descriptor)
-
getFullPatch
public String getFullPatch()
-
setFullPatch
public void setFullPatch(String fullPatch)
-
getFileSelected
public AttachmentVO getFileSelected()
-
setFileSelected
public void setFileSelected(AttachmentVO fileSelected)
-
getEditing
public Boolean getEditing()
-
setEditing
public void setEditing(Boolean editing)
-
getFilecontent
public byte[] getFilecontent()
-
setFilecontent
public void setFilecontent(byte[] filecontent)
-
getMobile
public Boolean getMobile()
-
setMobile
public void setMobile(Boolean mobile)
-
-