Package com.fluig.sdk.api.workflow
Class CardItemVO
- java.lang.Object
-
- com.fluig.sdk.api.workflow.CardItemVO
-
- All Implemented Interfaces:
Serializable
public class CardItemVO extends Object implements Serializable
Value Object para CardItem- Version:
- 1.00.000
- Author:
- vanei
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CardItemVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAdditionalComments()
Recupera valor do additionalCommentsList<AttachmentVO>
getAttachments()
Recupera valor do attachmentsString
getColleagueId()
Recupera valor do colleagueIdString
getDocumentDescription()
Recupera valor do documentDescriptionInteger
getDocumentId()
Recupera valor do documentIdString
getDocumentType()
Recupera valor do documentTypeString
getDocumentTypeId()
Recupera valor do documentTypeIdBoolean
getDownloadEnabled()
Recupera valor do downloadEnabledDate
getExpirationDate()
Recupera valor do expirationDateBoolean
getExpires()
Recupera valor do expiresList<Map<String,String>>
getFormData()
Recupera valor do formDataInteger
getIconId()
Recupera valor do iconIdBoolean
getImutable()
Recupera valor do imutableBoolean
getInheritSecurity()
Recupera valor do inheritSecurityBoolean
getInternalVisualizer()
Recupera valor do internalVisualizerString
getKeyWord()
Recupera valor do keyWordString
getLanguageId()
Recupera valor do languageIdInteger
getMetaListId()
Recupera valor do metaListIdInteger
getNotificationDays()
Recupera valor do notificationDaysInteger
getParentDocumentId()
Recupera valor do parentDocumentIdList<DocumentPermissionVO>
getPermissions()
Recupera valor do permissionsInteger
getPermissionType()
Recupera valor do permissionTypeBoolean
getPrivateDocument()
Recupera valor do privateDocumentList<DocumentApproverVO>
getPublisherApprovers()
Recupera valor do publisherApproversList<RelatedDocumentVO>
getRelatedDocuments()
Recupera valor do relatedDocumentsList<DocumentRestrictionVO>
getRestrictions()
Recupera valor do restrictionsInteger
getRestrictionType()
Recupera valor do restrictionTypeLong
getTenantId()
Recupera valor do tenantIdInteger
getTopicId()
Recupera valor do topicIdBoolean
getUpdateIsoProperties()
Recupera valor do updateIsoPropertiesBoolean
getUserNotify()
Recupera valor do userNotifyDate
getValidationStartDate()
Recupera valor do validationStartDateInteger
getVersion()
Recupera valor do versionString
getVersionDescription()
Recupera valor do versionDescriptionString
getVersionOption()
Recupera valor do versionOptionvoid
setAdditionalComments(String additionalComments)
Atribui valor para additionalCommentsvoid
setAttachments(List<AttachmentVO> attachments)
Atribui valor para attachmentsvoid
setColleagueId(String colleagueId)
Atribui valor para colleagueIdvoid
setDocumentDescription(String documentDescription)
Atribui valor para documentDescriptionvoid
setDocumentId(Integer documentId)
Atribui valor para documentIdvoid
setDocumentType(String documentType)
Atribui valor para documentTypevoid
setDocumentTypeId(String documentTypeId)
Atribui valor para documentTypeIdvoid
setDownloadEnabled(Boolean downloadEnabled)
Atribui valor para downloadEnabledvoid
setExpirationDate(Date expirationDate)
Atribui valor para expirationDatevoid
setExpires(Boolean expires)
Atribui valor para expiresvoid
setFormData(List<Map<String,String>> formData)
Atribui valor para formDatavoid
setIconId(Integer iconId)
Atribui valor para iconIdvoid
setImutable(Boolean imutable)
Atribui valor para imutablevoid
setInheritSecurity(Boolean inheritSecurity)
Atribui valor para inheritSecurityvoid
setInternalVisualizer(Boolean internalVisualizer)
Atribui valor para internalVisualizervoid
setKeyWord(String keyWord)
Atribui valor para keyWordvoid
setLanguageId(String languageId)
Atribui valor para languageIdvoid
setMetaListId(Integer metaListId)
Atribui valor para metaListIdvoid
setNotificationDays(Integer notificationDays)
Atribui valor para notificationDaysvoid
setParentDocumentId(Integer parentDocumentId)
Atribui valor para parentDocumentIdvoid
setPermissions(List<DocumentPermissionVO> permissions)
Atribui valor para permissionsvoid
setPermissionType(Integer permissionType)
Atribui valor para permissionTypevoid
setPrivateDocument(Boolean privateDocument)
Atribui valor para privateDocumentvoid
setPublisherApprovers(List<DocumentApproverVO> publisherApprovers)
Atribui valor para publisherApproversvoid
setRelatedDocuments(List<RelatedDocumentVO> relatedDocuments)
Atribui valor para relatedDocumentsvoid
setRestrictions(List<DocumentRestrictionVO> restrictions)
Atribui valor para restrictionsvoid
setRestrictionType(Integer restrictionType)
Atribui valor para restrictionTypevoid
setTenantId(Long tenantId)
Atribui valor para tenantIdvoid
setTopicId(Integer topicId)
Atribui valor para topicIdvoid
setUpdateIsoProperties(Boolean updateIsoProperties)
Atribui valor para updateIsoPropertiesvoid
setUserNotify(Boolean userNotify)
Atribui valor para userNotifyvoid
setValidationStartDate(Date validationStartDate)
Atribui valor para validationStartDatevoid
setVersion(Integer version)
Atribui valor para versionvoid
setVersionDescription(String versionDescription)
Atribui valor para versionDescriptionvoid
setVersionOption(String versionOption)
Atribui valor para versionOption
-
-
-
Method Detail
-
getDocumentId
public Integer getDocumentId()
Recupera valor do documentId- Returns:
- the documentId
-
setDocumentId
public void setDocumentId(Integer documentId)
Atribui valor para documentId- Parameters:
documentId
- the documentId 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
-
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
-
getPrivateDocument
public Boolean getPrivateDocument()
Recupera valor do privateDocument- Returns:
- the privateDocument
-
setPrivateDocument
public void setPrivateDocument(Boolean privateDocument)
Atribui valor para privateDocument- Parameters:
privateDocument
- the privateDocument to set
-
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
-
getVersion
public Integer getVersion()
Recupera valor do version- Returns:
- the version
-
setVersion
public void setVersion(Integer version)
Atribui valor para version- Parameters:
version
- the version to set
-
getMetaListId
public Integer getMetaListId()
Recupera valor do metaListId- Returns:
- the metaListId
-
setMetaListId
public void setMetaListId(Integer metaListId)
Atribui valor para metaListId- Parameters:
metaListId
- the metaListId to set
-
getInheritSecurity
public Boolean getInheritSecurity()
Recupera valor do inheritSecurity- Returns:
- the inheritSecurity
-
setInheritSecurity
public void setInheritSecurity(Boolean inheritSecurity)
Atribui valor para inheritSecurity- Parameters:
inheritSecurity
- the inheritSecurity to set
-
getPermissionType
public Integer getPermissionType()
Recupera valor do permissionType- Returns:
- the permissionType
-
setPermissionType
public void setPermissionType(Integer permissionType)
Atribui valor para permissionType- Parameters:
permissionType
- the permissionType to set
-
getRestrictionType
public Integer getRestrictionType()
Recupera valor do restrictionType- Returns:
- the restrictionType
-
setRestrictionType
public void setRestrictionType(Integer restrictionType)
Atribui valor para restrictionType- Parameters:
restrictionType
- the restrictionType to set
-
getUserNotify
public Boolean getUserNotify()
Recupera valor do userNotify- Returns:
- the userNotify
-
setUserNotify
public void setUserNotify(Boolean userNotify)
Atribui valor para userNotify- Parameters:
userNotify
- the userNotify to set
-
getColleagueId
public String getColleagueId()
Recupera valor do colleagueId- Returns:
- the colleagueId
-
setColleagueId
public void setColleagueId(String colleagueId)
Atribui valor para colleagueId- Parameters:
colleagueId
- the colleagueId to set
-
getAdditionalComments
public String getAdditionalComments()
Recupera valor do additionalComments- Returns:
- the additionalComments
-
setAdditionalComments
public void setAdditionalComments(String additionalComments)
Atribui valor para additionalComments- Parameters:
additionalComments
- the additionalComments to set
-
getKeyWord
public String getKeyWord()
Recupera valor do keyWord- Returns:
- the keyWord
-
setKeyWord
public void setKeyWord(String keyWord)
Atribui valor para keyWord- Parameters:
keyWord
- the keyWord to set
-
getVersionDescription
public String getVersionDescription()
Recupera valor do versionDescription- Returns:
- the versionDescription
-
setVersionDescription
public void setVersionDescription(String versionDescription)
Atribui valor para versionDescription- Parameters:
versionDescription
- the versionDescription to set
-
getVersionOption
public String getVersionOption()
Recupera valor do versionOption- Returns:
- the versionOption
-
setVersionOption
public void setVersionOption(String versionOption)
Atribui valor para versionOption- Parameters:
versionOption
- the versionOption to set
-
getExpires
public Boolean getExpires()
Recupera valor do expires- Returns:
- the expires
-
setExpires
public void setExpires(Boolean expires)
Atribui valor para expires- Parameters:
expires
- the expires to set
-
getTopicId
public Integer getTopicId()
Recupera valor do topicId- Returns:
- the topicId
-
setTopicId
public void setTopicId(Integer topicId)
Atribui valor para topicId- Parameters:
topicId
- the topicId to set
-
getIconId
public Integer getIconId()
Recupera valor do iconId- Returns:
- the iconId
-
setIconId
public void setIconId(Integer iconId)
Atribui valor para iconId- Parameters:
iconId
- the iconId to set
-
getImutable
public Boolean getImutable()
Recupera valor do imutable- Returns:
- the imutable
-
setImutable
public void setImutable(Boolean imutable)
Atribui valor para imutable- Parameters:
imutable
- the imutable to set
-
getLanguageId
public String getLanguageId()
Recupera valor do languageId- Returns:
- the languageId
-
setLanguageId
public void setLanguageId(String languageId)
Atribui valor para languageId- Parameters:
languageId
- the languageId to set
-
getInternalVisualizer
public Boolean getInternalVisualizer()
Recupera valor do internalVisualizer- Returns:
- the internalVisualizer
-
setInternalVisualizer
public void setInternalVisualizer(Boolean internalVisualizer)
Atribui valor para internalVisualizer- Parameters:
internalVisualizer
- the internalVisualizer to set
-
getDownloadEnabled
public Boolean getDownloadEnabled()
Recupera valor do downloadEnabled- Returns:
- the downloadEnabled
-
setDownloadEnabled
public void setDownloadEnabled(Boolean downloadEnabled)
Atribui valor para downloadEnabled- Parameters:
downloadEnabled
- the downloadEnabled to set
-
getUpdateIsoProperties
public Boolean getUpdateIsoProperties()
Recupera valor do updateIsoProperties- Returns:
- the updateIsoProperties
-
setUpdateIsoProperties
public void setUpdateIsoProperties(Boolean updateIsoProperties)
Atribui valor para updateIsoProperties- Parameters:
updateIsoProperties
- the updateIsoProperties to set
-
getDocumentTypeId
public String getDocumentTypeId()
Recupera valor do documentTypeId- Returns:
- the documentTypeId
-
setDocumentTypeId
public void setDocumentTypeId(String documentTypeId)
Atribui valor para documentTypeId- Parameters:
documentTypeId
- the documentTypeId to set
-
getNotificationDays
public Integer getNotificationDays()
Recupera valor do notificationDays- Returns:
- the notificationDays
-
setNotificationDays
public void setNotificationDays(Integer notificationDays)
Atribui valor para notificationDays- Parameters:
notificationDays
- the notificationDays to set
-
getValidationStartDate
public Date getValidationStartDate()
Recupera valor do validationStartDate- Returns:
- the validationStartDate
-
setValidationStartDate
public void setValidationStartDate(Date validationStartDate)
Atribui valor para validationStartDate- Parameters:
validationStartDate
- the validationStartDate to set
-
getExpirationDate
public Date getExpirationDate()
Recupera valor do expirationDate- Returns:
- the expirationDate
-
setExpirationDate
public void setExpirationDate(Date expirationDate)
Atribui valor para expirationDate- Parameters:
expirationDate
- the expirationDate to set
-
getDocumentType
public String getDocumentType()
Recupera valor do documentType- Returns:
- the documentType
-
setDocumentType
public void setDocumentType(String documentType)
Atribui valor para documentType- Parameters:
documentType
- the documentType to set
-
getPermissions
public List<DocumentPermissionVO> getPermissions()
Recupera valor do permissions- Returns:
- the permissions
-
setPermissions
public void setPermissions(List<DocumentPermissionVO> permissions)
Atribui valor para permissions- Parameters:
permissions
- the permissions to set
-
getRestrictions
public List<DocumentRestrictionVO> getRestrictions()
Recupera valor do restrictions- Returns:
- the restrictions
-
setRestrictions
public void setRestrictions(List<DocumentRestrictionVO> restrictions)
Atribui valor para restrictions- Parameters:
restrictions
- the restrictions to set
-
getPublisherApprovers
public List<DocumentApproverVO> getPublisherApprovers()
Recupera valor do publisherApprovers- Returns:
- the publisherApprovers
-
setPublisherApprovers
public void setPublisherApprovers(List<DocumentApproverVO> publisherApprovers)
Atribui valor para publisherApprovers- Parameters:
publisherApprovers
- the publisherApprovers to set
-
getRelatedDocuments
public List<RelatedDocumentVO> getRelatedDocuments()
Recupera valor do relatedDocuments- Returns:
- the relatedDocuments
-
setRelatedDocuments
public void setRelatedDocuments(List<RelatedDocumentVO> relatedDocuments)
Atribui valor para relatedDocuments- Parameters:
relatedDocuments
- the relatedDocuments to set
-
getAttachments
public List<AttachmentVO> getAttachments()
Recupera valor do attachments- Returns:
- the attachments
-
setAttachments
public void setAttachments(List<AttachmentVO> attachments)
Atribui valor para attachments- Parameters:
attachments
- the attachments to set
-
getFormData
public List<Map<String,String>> getFormData()
Recupera valor do formData- Returns:
- the formData
-
-