Class _FileUpload

  • All Implemented Interfaces:
    IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating
    Direct Known Subclasses:
    FileUpload

    public abstract class _FileUpload
    extends BaseEntity

    Provides the _FileUpload database entity.

    Please note this class was generated by Cayenne. You should avoid making changes to this class as it may be regenerated. Please make customizations to the entity subclass.

    See Also:
    Serialized Form
    • Field Detail

      • CONTENT_TYPE_PROPERTY

        public static final String CONTENT_TYPE_PROPERTY
        Provides the 'contentType' property name.
        See Also:
        Constant Field Values
      • DELETED_BY_PROPERTY

        public static final String DELETED_BY_PROPERTY
        Provides the 'deletedBy' property name.
        See Also:
        Constant Field Values
      • DELETED_FLAG_PROPERTY

        public static final String DELETED_FLAG_PROPERTY
        Provides the 'deletedFlag' property name.
        See Also:
        Constant Field Values
      • DELETED_TIMESTAMP_PROPERTY

        public static final String DELETED_TIMESTAMP_PROPERTY
        Provides the 'deletedTimestamp' property name.
        See Also:
        Constant Field Values
      • DELIVERY_STATUS_PROPERTY

        public static final String DELIVERY_STATUS_PROPERTY
        Provides the 'deliveryStatus' property name.
        See Also:
        Constant Field Values
      • DESCRIPTION_PROPERTY

        public static final String DESCRIPTION_PROPERTY
        Provides the 'description' property name.
        See Also:
        Constant Field Values
      • FILE_DATA_HASH_PROPERTY

        public static final String FILE_DATA_HASH_PROPERTY
        Provides the 'fileDataHash' property name.
        See Also:
        Constant Field Values
      • FILE_NAME_PROPERTY

        public static final String FILE_NAME_PROPERTY
        Provides the 'fileName' property name.
        See Also:
        Constant Field Values
      • STORAGE_ENCODING_PROPERTY

        public static final String STORAGE_ENCODING_PROPERTY
        Provides the 'storageEncoding' property name.
        See Also:
        Constant Field Values
      • STORAGE_SERVICE_OID_PROPERTY

        public static final String STORAGE_SERVICE_OID_PROPERTY
        Provides the 'storageServiceOid' property name.
        See Also:
        Constant Field Values
      • STORAGE_URL_PROPERTY

        public static final String STORAGE_URL_PROPERTY
        Provides the 'storageUrl' property name.
        See Also:
        Constant Field Values
      • UPLOAD_TIMESTAMP_PROPERTY

        public static final String UPLOAD_TIMESTAMP_PROPERTY
        Provides the 'uploadTimestamp' property name.
        See Also:
        Constant Field Values
      • VIRUS_STATUS_PROPERTY

        public static final String VIRUS_STATUS_PROPERTY
        Provides the 'virusStatus' property name.
        See Also:
        Constant Field Values
      • ATTACHMENTS_PROPERTY

        public static final String ATTACHMENTS_PROPERTY
        Provides the 'attachments' relationship name.
        See Also:
        Constant Field Values
      • FILE_UPLOAD_DATA_PROPERTY

        public static final String FILE_UPLOAD_DATA_PROPERTY
        Provides the 'fileUploadData' relationship name.
        See Also:
        Constant Field Values
      • SUBMISSION_PROPERTY

        public static final String SUBMISSION_PROPERTY
        Provides the 'submission' relationship name.
        See Also:
        Constant Field Values
      • UPLOAD_OID_PK_COLUMN

        public static final String UPLOAD_OID_PK_COLUMN
        Provides the 'upload_oid' primary key database column name.
        See Also:
        Constant Field Values
      • CONTENT_TYPE

        public static final org.apache.cayenne.exp.Property<String> CONTENT_TYPE
        Provides the 'CONTENT_TYPE' property.
      • DELETED_BY

        public static final org.apache.cayenne.exp.Property<String> DELETED_BY
        Provides the 'DELETED_BY' property.
      • DELETED_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> DELETED_FLAG
        Provides the 'DELETED_FLAG' property.
      • DELETED_TIMESTAMP

        public static final org.apache.cayenne.exp.Property<Date> DELETED_TIMESTAMP
        Provides the 'DELETED_TIMESTAMP' property.
      • DELIVERY_STATUS

        public static final org.apache.cayenne.exp.Property<String> DELIVERY_STATUS
        Provides the 'DELIVERY_STATUS' property.
      • DESCRIPTION

        public static final org.apache.cayenne.exp.Property<String> DESCRIPTION
        Provides the 'DESCRIPTION' property.
      • FILE_DATA_HASH

        public static final org.apache.cayenne.exp.Property<String> FILE_DATA_HASH
        Provides the 'FILE_DATA_HASH' property.
      • FILE_NAME

        public static final org.apache.cayenne.exp.Property<String> FILE_NAME
        Provides the 'FILE_NAME' property.
      • SIZE

        public static final org.apache.cayenne.exp.Property<Long> SIZE
        Provides the 'SIZE' property.
      • STORAGE_ENCODING

        public static final org.apache.cayenne.exp.Property<String> STORAGE_ENCODING
        Provides the 'STORAGE_ENCODING' property.
      • STORAGE_SERVICE_OID

        public static final org.apache.cayenne.exp.Property<Long> STORAGE_SERVICE_OID
        Provides the 'STORAGE_SERVICE_OID' property.
      • STORAGE_URL

        public static final org.apache.cayenne.exp.Property<String> STORAGE_URL
        Provides the 'STORAGE_URL' property.
      • TYPE

        public static final org.apache.cayenne.exp.Property<String> TYPE
        Provides the 'TYPE' property.
      • UPLOAD_TIMESTAMP

        public static final org.apache.cayenne.exp.Property<Date> UPLOAD_TIMESTAMP
        Provides the 'UPLOAD_TIMESTAMP' property.
      • VIRUS_STATUS

        public static final org.apache.cayenne.exp.Property<String> VIRUS_STATUS
        Provides the 'VIRUS_STATUS' property.
      • ATTACHMENTS

        public static final org.apache.cayenne.exp.Property<List<Attachment>> ATTACHMENTS
        Provides the 'ATTACHMENTS' property.
      • FILE_UPLOAD_DATA

        public static final org.apache.cayenne.exp.Property<FileUploadData> FILE_UPLOAD_DATA
        Provides the 'FILE_UPLOAD_DATA' property.
      • SUBMISSION

        public static final org.apache.cayenne.exp.Property<Submission> SUBMISSION
        Provides the 'SUBMISSION' property.
      • USER

        public static final org.apache.cayenne.exp.Property<UserAccount> USER
        Provides the 'USER' property.
    • Constructor Detail

      • _FileUpload

        public _FileUpload()
    • Method Detail

      • setContentType

        public void setContentType​(String contentType)
        Set the contentType value.
        Parameters:
        contentType - the contentType value to set
      • getContentType

        public String getContentType()
        Return the contentType value.
        Returns:
        contentType the contentType value
      • setDeletedBy

        public void setDeletedBy​(String deletedBy)
        Set the deletedBy value.
        Parameters:
        deletedBy - the deletedBy value to set
      • getDeletedBy

        public String getDeletedBy()
        Return the deletedBy value.
        Returns:
        deletedBy the deletedBy value
      • setDeletedFlag

        public void setDeletedFlag​(boolean deletedFlag)
        Set the deletedFlag value.
        Parameters:
        deletedFlag - the deletedFlag value to set
      • isDeletedFlag

        public boolean isDeletedFlag()
        Return the deletedFlag value.
        Returns:
        deletedFlag the deletedFlag value
      • setDeletedTimestamp

        public void setDeletedTimestamp​(Date deletedTimestamp)
        Set the deletedTimestamp value.
        Parameters:
        deletedTimestamp - the deletedTimestamp value to set
      • getDeletedTimestamp

        public Date getDeletedTimestamp()
        Return the deletedTimestamp value.
        Returns:
        deletedTimestamp the deletedTimestamp value
      • setDeliveryStatus

        public void setDeliveryStatus​(String deliveryStatus)
        Set the deliveryStatus value.
        Parameters:
        deliveryStatus - the deliveryStatus value to set
      • getDeliveryStatus

        public String getDeliveryStatus()
        Return the deliveryStatus value.
        Returns:
        deliveryStatus the deliveryStatus value
      • setDescription

        public void setDescription​(String description)
        Set the description value.
        Parameters:
        description - the description value to set
      • getDescription

        public String getDescription()
        Return the description value.
        Returns:
        description the description value
      • setFileDataHash

        public void setFileDataHash​(String fileDataHash)
        Set the fileDataHash value.
        Parameters:
        fileDataHash - the fileDataHash value to set
      • getFileDataHash

        public String getFileDataHash()
        Return the fileDataHash value.
        Returns:
        fileDataHash the fileDataHash value
      • setFileName

        public void setFileName​(String fileName)
        Set the fileName value.
        Parameters:
        fileName - the fileName value to set
      • getFileName

        public String getFileName()
        Return the fileName value.
        Returns:
        fileName the fileName value
      • setSize

        public void setSize​(Long size)
        Set the size value.
        Parameters:
        size - the size value to set
      • getSize

        public Long getSize()
        Return the size value.
        Returns:
        size the size value
      • setStorageEncoding

        public void setStorageEncoding​(String storageEncoding)
        Set the storageEncoding value.
        Parameters:
        storageEncoding - the storageEncoding value to set
      • getStorageEncoding

        public String getStorageEncoding()
        Return the storageEncoding value.
        Returns:
        storageEncoding the storageEncoding value
      • setStorageServiceOid

        public void setStorageServiceOid​(Long storageServiceOid)
        Set the storageServiceOid value.
        Parameters:
        storageServiceOid - the storageServiceOid value to set
      • getStorageServiceOid

        public Long getStorageServiceOid()
        Return the storageServiceOid value.
        Returns:
        storageServiceOid the storageServiceOid value
      • setStorageUrl

        public void setStorageUrl​(String storageUrl)
        Set the storageUrl value.
        Parameters:
        storageUrl - the storageUrl value to set
      • getStorageUrl

        public String getStorageUrl()
        Return the storageUrl value.
        Returns:
        storageUrl the storageUrl value
      • setType

        public void setType​(String type)
        Set the type value.
        Parameters:
        type - the type value to set
      • getType

        public String getType()
        Return the type value.
        Returns:
        type the type value
      • setUploadTimestamp

        public void setUploadTimestamp​(Date uploadTimestamp)
        Set the uploadTimestamp value.
        Parameters:
        uploadTimestamp - the uploadTimestamp value to set
      • getUploadTimestamp

        public Date getUploadTimestamp()
        Return the uploadTimestamp value.
        Returns:
        uploadTimestamp the uploadTimestamp value
      • setVirusStatus

        public void setVirusStatus​(String virusStatus)
        Set the virusStatus value.
        Parameters:
        virusStatus - the virusStatus value to set
      • getVirusStatus

        public String getVirusStatus()
        Return the virusStatus value.
        Returns:
        virusStatus the virusStatus value
      • addToAttachments

        public void addToAttachments​(Attachment obj)
        Add the Attachments object.
        Parameters:
        obj - the attachments value to add
      • removeFromAttachments

        public void removeFromAttachments​(Attachment obj)
        Remove the Attachments object.
        Parameters:
        obj - the attachments value to remove
      • getAttachments

        public List<Attachment> getAttachments()
        Return the Attachments.
        Returns:
        attachments value
      • setFileUploadData

        public void setFileUploadData​(FileUploadData fileUploadData)
        Set the FileUploadData.
        Parameters:
        fileUploadData - the fileUploadData value to set
      • getFileUploadData

        public FileUploadData getFileUploadData()
        Return the FileUploadData.
        Returns:
        the fileUploadData value
      • setSubmission

        public void setSubmission​(Submission submission)
        Set the Submission.
        Parameters:
        submission - the submission value to set
      • getSubmission

        public Submission getSubmission()
        Return the Submission.
        Returns:
        the submission value
      • setUser

        public void setUser​(UserAccount user)
        Set the User.
        Parameters:
        user - the user value to set
      • getUser

        public UserAccount getUser()
        Return the User.
        Returns:
        the user value