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 Summary
Constructors Constructor Description CardIndexAttachmentCreateVO()
Nova instância para CardIndexAttachmentCreateVO.java
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getAttach()
Recupera valor do attachString
getFileName()
Recupera valor do fileNameBoolean
getPrincipal()
Recupera valor do principalvoid
setAttach(Boolean attach)
Atribui valor para attachvoid
setFileName(String fileName)
Atribui valor para fileNamevoid
setPrincipal(Boolean principal)
Atribui valor para principalString
toString()
-
-
-
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
-
-