Package com.fluig.sdk.api.workflow
Class CardIndexCreateVO
- java.lang.Object
-
- com.fluig.sdk.api.workflow.CardIndexCreateVO
-
- All Implemented Interfaces:
Serializable
public class CardIndexCreateVO extends Object implements Serializable
Value Object para Criação de Card Index- Version:
- 1.00.000
- Author:
- vanei
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CardIndexCreateVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CardIndexAttachmentCreateVO>getAttachments()Recupera valor do attachmentsStringgetCardDescription()Recupera valor do cardDescriptionStringgetDatasetName()Recupera valor do datasetNameStringgetDocumentDescription()Recupera valor do documentDescriptionIntegergetParentDocumentId()Recupera valor do parentDocumentIdIntegergetPersistenceType()Recupera valor do persistenceTypeStringgetPublisherId()Recupera valor do publisherIdLonggetTenantId()Recupera valor do tenantIdvoidsetAttachments(List<CardIndexAttachmentCreateVO> attachments)Atribui valor para attachmentsvoidsetCardDescription(String cardDescription)Atribui valor para cardDescriptionvoidsetDatasetName(String datasetName)Atribui valor para datasetNamevoidsetDocumentDescription(String documentDescription)Atribui valor para documentDescriptionvoidsetParentDocumentId(Integer parentDocumentId)Atribui valor para parentDocumentIdvoidsetPersistenceType(Integer persistenceType)Atribui valor para persistenceTypevoidsetPublisherId(String publisherId)Atribui valor para publisherIdvoidsetTenantId(Long tenantId)Atribui valor para tenantId
-
-
-
Method Detail
-
getTenantId
public Long getTenantId()
Recupera valor do tenantId- Returns:
- the tenantId
-
setTenantId
public void setTenantId(Long tenantId)
Atribui valor para tenantId- Parameters:
tenantId- the tenantId to set
-
getParentDocumentId
public Integer getParentDocumentId()
Recupera valor do parentDocumentId- Returns:
- the parentDocumentId
-
setParentDocumentId
public void setParentDocumentId(Integer parentDocumentId)
Atribui valor para parentDocumentId- Parameters:
parentDocumentId- the parentDocumentId to set
-
getPublisherId
public String getPublisherId()
Recupera valor do publisherId- Returns:
- the publisherId
-
setPublisherId
public void setPublisherId(String publisherId)
Atribui valor para publisherId- Parameters:
publisherId- the publisherId to set
-
getDocumentDescription
public String getDocumentDescription()
Recupera valor do documentDescription- Returns:
- the documentDescription
-
setDocumentDescription
public void setDocumentDescription(String documentDescription)
Atribui valor para documentDescription- Parameters:
documentDescription- the documentDescription to set
-
getCardDescription
public String getCardDescription()
Recupera valor do cardDescription- Returns:
- the cardDescription
-
setCardDescription
public void setCardDescription(String cardDescription)
Atribui valor para cardDescription- Parameters:
cardDescription- the cardDescription to set
-
getDatasetName
public String getDatasetName()
Recupera valor do datasetName- Returns:
- the datasetName
-
setDatasetName
public void setDatasetName(String datasetName)
Atribui valor para datasetName- Parameters:
datasetName- the datasetName to set
-
getPersistenceType
public Integer getPersistenceType()
Recupera valor do persistenceType- Returns:
- the persistenceType
-
setPersistenceType
public void setPersistenceType(Integer persistenceType)
Atribui valor para persistenceType- Parameters:
persistenceType- the persistenceType to set
-
getAttachments
public List<CardIndexAttachmentCreateVO> getAttachments()
Recupera valor do attachments- Returns:
- the attachments
-
setAttachments
public void setAttachments(List<CardIndexAttachmentCreateVO> attachments)
Atribui valor para attachments- Parameters:
attachments- the attachments to set
-
-