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 attachmentsString
getCardDescription()
Recupera valor do cardDescriptionString
getDatasetName()
Recupera valor do datasetNameString
getDocumentDescription()
Recupera valor do documentDescriptionInteger
getParentDocumentId()
Recupera valor do parentDocumentIdInteger
getPersistenceType()
Recupera valor do persistenceTypeString
getPublisherId()
Recupera valor do publisherIdLong
getTenantId()
Recupera valor do tenantIdvoid
setAttachments(List<CardIndexAttachmentCreateVO> attachments)
Atribui valor para attachmentsvoid
setCardDescription(String cardDescription)
Atribui valor para cardDescriptionvoid
setDatasetName(String datasetName)
Atribui valor para datasetNamevoid
setDocumentDescription(String documentDescription)
Atribui valor para documentDescriptionvoid
setParentDocumentId(Integer parentDocumentId)
Atribui valor para parentDocumentIdvoid
setPersistenceType(Integer persistenceType)
Atribui valor para persistenceTypevoid
setPublisherId(String publisherId)
Atribui valor para publisherIdvoid
setTenantId(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
-
-