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 StringgetAdditionalComments()Recupera valor do additionalCommentsList<AttachmentVO>getAttachments()Recupera valor do attachmentsStringgetColleagueId()Recupera valor do colleagueIdStringgetDocumentDescription()Recupera valor do documentDescriptionIntegergetDocumentId()Recupera valor do documentIdStringgetDocumentType()Recupera valor do documentTypeStringgetDocumentTypeId()Recupera valor do documentTypeIdBooleangetDownloadEnabled()Recupera valor do downloadEnabledDategetExpirationDate()Recupera valor do expirationDateBooleangetExpires()Recupera valor do expiresList<Map<String,String>>getFormData()Recupera valor do formDataIntegergetIconId()Recupera valor do iconIdBooleangetImutable()Recupera valor do imutableBooleangetInheritSecurity()Recupera valor do inheritSecurityBooleangetInternalVisualizer()Recupera valor do internalVisualizerStringgetKeyWord()Recupera valor do keyWordStringgetLanguageId()Recupera valor do languageIdIntegergetMetaListId()Recupera valor do metaListIdIntegergetNotificationDays()Recupera valor do notificationDaysIntegergetParentDocumentId()Recupera valor do parentDocumentIdList<DocumentPermissionVO>getPermissions()Recupera valor do permissionsIntegergetPermissionType()Recupera valor do permissionTypeBooleangetPrivateDocument()Recupera valor do privateDocumentList<DocumentApproverVO>getPublisherApprovers()Recupera valor do publisherApproversList<RelatedDocumentVO>getRelatedDocuments()Recupera valor do relatedDocumentsList<DocumentRestrictionVO>getRestrictions()Recupera valor do restrictionsIntegergetRestrictionType()Recupera valor do restrictionTypeLonggetTenantId()Recupera valor do tenantIdIntegergetTopicId()Recupera valor do topicIdBooleangetUpdateIsoProperties()Recupera valor do updateIsoPropertiesBooleangetUserNotify()Recupera valor do userNotifyDategetValidationStartDate()Recupera valor do validationStartDateIntegergetVersion()Recupera valor do versionStringgetVersionDescription()Recupera valor do versionDescriptionStringgetVersionOption()Recupera valor do versionOptionvoidsetAdditionalComments(String additionalComments)Atribui valor para additionalCommentsvoidsetAttachments(List<AttachmentVO> attachments)Atribui valor para attachmentsvoidsetColleagueId(String colleagueId)Atribui valor para colleagueIdvoidsetDocumentDescription(String documentDescription)Atribui valor para documentDescriptionvoidsetDocumentId(Integer documentId)Atribui valor para documentIdvoidsetDocumentType(String documentType)Atribui valor para documentTypevoidsetDocumentTypeId(String documentTypeId)Atribui valor para documentTypeIdvoidsetDownloadEnabled(Boolean downloadEnabled)Atribui valor para downloadEnabledvoidsetExpirationDate(Date expirationDate)Atribui valor para expirationDatevoidsetExpires(Boolean expires)Atribui valor para expiresvoidsetFormData(List<Map<String,String>> formData)Atribui valor para formDatavoidsetIconId(Integer iconId)Atribui valor para iconIdvoidsetImutable(Boolean imutable)Atribui valor para imutablevoidsetInheritSecurity(Boolean inheritSecurity)Atribui valor para inheritSecurityvoidsetInternalVisualizer(Boolean internalVisualizer)Atribui valor para internalVisualizervoidsetKeyWord(String keyWord)Atribui valor para keyWordvoidsetLanguageId(String languageId)Atribui valor para languageIdvoidsetMetaListId(Integer metaListId)Atribui valor para metaListIdvoidsetNotificationDays(Integer notificationDays)Atribui valor para notificationDaysvoidsetParentDocumentId(Integer parentDocumentId)Atribui valor para parentDocumentIdvoidsetPermissions(List<DocumentPermissionVO> permissions)Atribui valor para permissionsvoidsetPermissionType(Integer permissionType)Atribui valor para permissionTypevoidsetPrivateDocument(Boolean privateDocument)Atribui valor para privateDocumentvoidsetPublisherApprovers(List<DocumentApproverVO> publisherApprovers)Atribui valor para publisherApproversvoidsetRelatedDocuments(List<RelatedDocumentVO> relatedDocuments)Atribui valor para relatedDocumentsvoidsetRestrictions(List<DocumentRestrictionVO> restrictions)Atribui valor para restrictionsvoidsetRestrictionType(Integer restrictionType)Atribui valor para restrictionTypevoidsetTenantId(Long tenantId)Atribui valor para tenantIdvoidsetTopicId(Integer topicId)Atribui valor para topicIdvoidsetUpdateIsoProperties(Boolean updateIsoProperties)Atribui valor para updateIsoPropertiesvoidsetUserNotify(Boolean userNotify)Atribui valor para userNotifyvoidsetValidationStartDate(Date validationStartDate)Atribui valor para validationStartDatevoidsetVersion(Integer version)Atribui valor para versionvoidsetVersionDescription(String versionDescription)Atribui valor para versionDescriptionvoidsetVersionOption(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
-
-