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 Boolean
getAttach()
Boolean
getDescriptor()
Boolean
getEditing()
byte[]
getFilecontent()
String
getFileName()
AttachmentVO
getFileSelected()
long
getFileSize()
String
getFullPatch()
String
getIconPath()
Boolean
getMobile()
String
getPathName()
Boolean
getPrincipal()
void
setAttach(Boolean attach)
void
setDescriptor(Boolean descriptor)
void
setEditing(Boolean editing)
void
setFilecontent(byte[] filecontent)
void
setFileName(String fileName)
void
setFileSelected(AttachmentVO fileSelected)
void
setFileSize(long fileSize)
void
setFullPatch(String fullPatch)
void
setIconPath(String iconPath)
void
setMobile(Boolean mobile)
void
setPathName(String pathName)
void
setPrincipal(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)
-
-