Package com.fluig.sdk.api.workflow
Class CardIndexAttachmentCreateVO
- java.lang.Object
- 
- com.fluig.sdk.api.workflow.CardIndexAttachmentCreateVO
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class CardIndexAttachmentCreateVO extends Object implements Serializable Value Object para criação de anexo do card index- Version:
- 1.00.000
- Author:
- vanei
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CardIndexAttachmentCreateVO()Nova instância para CardIndexAttachmentCreateVO.java
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAttach()Recupera valor do attachStringgetFileName()Recupera valor do fileNameBooleangetPrincipal()Recupera valor do principalvoidsetAttach(Boolean attach)Atribui valor para attachvoidsetFileName(String fileName)Atribui valor para fileNamevoidsetPrincipal(Boolean principal)Atribui valor para principalStringtoString()
 
- 
- 
- 
Method Detail- 
getFileNamepublic String getFileName() Recupera valor do fileName- Returns:
- the fileName
 
 - 
setFileNamepublic void setFileName(String fileName) Atribui valor para fileName- Parameters:
- fileName- the fileName to set
 
 - 
getPrincipalpublic Boolean getPrincipal() Recupera valor do principal- Returns:
- the principal
 
 - 
setPrincipalpublic void setPrincipal(Boolean principal) Atribui valor para principal- Parameters:
- principal- the principal to set
 
 - 
getAttachpublic Boolean getAttach() Recupera valor do attach- Returns:
- the attach
 
 - 
setAttachpublic void setAttach(Boolean attach) Atribui valor para attach- Parameters:
- attach- the attach to set
 
 
- 
 
-