Class AttachmentEntityImpl

    • Field Detail

      • name

        protected java.lang.String name
        Deprecated.
      • description

        protected java.lang.String description
        Deprecated.
      • type

        protected java.lang.String type
        Deprecated.
      • taskId

        protected java.lang.String taskId
        Deprecated.
      • processInstanceId

        protected java.lang.String processInstanceId
        Deprecated.
      • url

        protected java.lang.String url
        Deprecated.
      • contentId

        protected java.lang.String contentId
        Deprecated.
      • userId

        protected java.lang.String userId
        Deprecated.
      • time

        protected java.util.Date time
        Deprecated.
    • Constructor Detail

      • AttachmentEntityImpl

        public AttachmentEntityImpl()
        Deprecated.
    • Method Detail

      • getPersistentState

        public java.lang.Object getPersistentState()
        Deprecated.
        Description copied from interface: Entity
        Returns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.
        Specified by:
        getPersistentState in interface Entity
      • getName

        public java.lang.String getName()
        Deprecated.
        Description copied from interface: Attachment
        free user defined short (max 255 chars) name for this attachment
        Specified by:
        getName in interface Attachment
      • setName

        public void setName​(java.lang.String name)
        Deprecated.
        Description copied from interface: Attachment
        free user defined short (max 255 chars) name for this attachment
        Specified by:
        setName in interface Attachment
      • getDescription

        public java.lang.String getDescription()
        Deprecated.
        Description copied from interface: Attachment
        long (max 255 chars) explanation what this attachment is about in context of the task and/or process instance it's linked to.
        Specified by:
        getDescription in interface Attachment
      • setDescription

        public void setDescription​(java.lang.String description)
        Deprecated.
        Description copied from interface: Attachment
        long (max 255 chars) explanation what this attachment is about in context of the task and/or process instance it's linked to.
        Specified by:
        setDescription in interface Attachment
      • getType

        public java.lang.String getType()
        Deprecated.
        Description copied from interface: Attachment
        indication of the type of content that this attachment refers to. Can be mime type or any other indication.
        Specified by:
        getType in interface Attachment
      • setType

        public void setType​(java.lang.String type)
        Deprecated.
        Specified by:
        setType in interface AttachmentEntity
      • getTaskId

        public java.lang.String getTaskId()
        Deprecated.
        Description copied from interface: Attachment
        reference to the task to which this attachment is associated.
        Specified by:
        getTaskId in interface Attachment
      • setTaskId

        public void setTaskId​(java.lang.String taskId)
        Deprecated.
        Specified by:
        setTaskId in interface AttachmentEntity
      • getProcessInstanceId

        public java.lang.String getProcessInstanceId()
        Deprecated.
        Description copied from interface: Attachment
        reference to the process instance to which this attachment is associated.
        Specified by:
        getProcessInstanceId in interface Attachment
      • setUrl

        public void setUrl​(java.lang.String url)
        Deprecated.
        Specified by:
        setUrl in interface AttachmentEntity
      • getContentId

        public java.lang.String getContentId()
        Deprecated.
        Description copied from interface: Attachment
        the id of the byte array entity storing the content
        Specified by:
        getContentId in interface Attachment
      • setContentId

        public void setContentId​(java.lang.String contentId)
        Deprecated.
        Specified by:
        setContentId in interface AttachmentEntity
      • setUserId

        public void setUserId​(java.lang.String userId)
        Deprecated.
        Specified by:
        setUserId in interface AttachmentEntity
      • setTime

        public void setTime​(java.util.Date time)
        Deprecated.
        Description copied from interface: Attachment
        timestamp when this attachment was created
        Specified by:
        setTime in interface Attachment
        Specified by:
        setTime in interface AttachmentEntity