Package com.fluig.sdk.api.workflow
Class CardIndexAttachmentVO
- java.lang.Object
-
- com.fluig.sdk.api.workflow.CardIndexAttachmentVO
-
- All Implemented Interfaces:
Serializable
public class CardIndexAttachmentVO extends Object implements Serializable
Value Object para anexos do card index- Version:
- 1.00.000
- Author:
- vanei
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CardIndexAttachmentVO()Nova instância para CardIndexAttachmentVO.java
-
Method Summary
All 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
-
getFileName
public String getFileName()
Recupera valor do fileName- Returns:
- the fileName
-
setFileName
public void setFileName(String fileName)
Atribui valor para fileName- Parameters:
fileName- the fileName to set
-
getPrincipal
public Boolean getPrincipal()
Recupera valor do principal- Returns:
- the principal
-
setPrincipal
public void setPrincipal(Boolean principal)
Atribui valor para principal- Parameters:
principal- the principal to set
-
getAttach
public Boolean getAttach()
Recupera valor do attach- Returns:
- the attach
-
setAttach
public void setAttach(Boolean attach)
Atribui valor para attach- Parameters:
attach- the attach to set
-
-