Class _SubmissionData

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

    public abstract class _SubmissionData
    extends BaseEntity

    Provides the _SubmissionData 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 Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.cayenne.exp.Property<byte[]> CRYPTO_DATA_KEY
      Provides the 'CRYPTO_DATA_KEY' property.
      static String CRYPTO_DATA_KEY_PROPERTY
      Provides the 'cryptoDataKey' property name.
      static org.apache.cayenne.exp.Property<byte[]> RECEIPT_DATA
      Provides the 'RECEIPT_DATA' property.
      static String RECEIPT_DATA_PROPERTY
      Provides the 'receiptData' property name.
      static org.apache.cayenne.exp.Property<byte[]> SIGNATURE_RECEIPT_DATA
      Provides the 'SIGNATURE_RECEIPT_DATA' property.
      static String SIGNATURE_RECEIPT_DATA_PROPERTY
      Provides the 'signatureReceiptData' property name.
      static org.apache.cayenne.exp.Property<Submission> SUBMISSION
      Provides the 'SUBMISSION' property.
      static org.apache.cayenne.exp.Property<byte[]> SUBMISSION_DATA
      Provides the 'SUBMISSION_DATA' property.
      static String SUBMISSION_DATA_OID_PK_COLUMN
      Provides the 'submission_data_oid' primary key database column name.
      static String SUBMISSION_DATA_PROPERTY
      Provides the 'submissionData' property name.
      static String SUBMISSION_PROPERTY
      Provides the 'submission' relationship name.
      • Fields inherited from class org.apache.cayenne.CayenneDataObject

        values
      • Fields inherited from class org.apache.cayenne.BaseDataObject

        snapshotVersion
      • Fields inherited from class org.apache.cayenne.PersistentObject

        objectContext, objectId, persistenceState
      • Fields inherited from interface org.apache.cayenne.DataObject

        DEFAULT_VERSION
    • Constructor Summary

      Constructors 
      Constructor Description
      _SubmissionData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getCryptoDataKey()
      Return the cryptoDataKey value.
      byte[] getReceiptData()
      Return the receiptData value.
      byte[] getSignatureReceiptData()
      Return the signatureReceiptData value.
      Submission getSubmission()
      Return the Submission.
      byte[] getSubmissionData()
      Return the submissionData value.
      void setCryptoDataKey​(byte[] cryptoDataKey)
      Set the cryptoDataKey value.
      void setReceiptData​(byte[] receiptData)
      Set the receiptData value.
      void setSignatureReceiptData​(byte[] signatureReceiptData)
      Set the signatureReceiptData value.
      void setSubmission​(Submission submission)
      Set the Submission.
      void setSubmissionData​(byte[] submissionData)
      Set the submissionData value.
      • Methods inherited from class org.apache.cayenne.CayenneDataObject

        makePath, readPropertyDirectly, readState, setPersistenceState, writePropertyDirectly, writeState
      • Methods inherited from class org.apache.cayenne.BaseDataObject

        addToManyTarget, beforePropertyRead, beforePropertyWrite, getSnapshotVersion, readNestedProperty, readProperty, readSerialized, removeToManyTarget, setObjectContext, setReverseRelationship, setSnapshotVersion, setToManyTarget, setToOneTarget, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writeSerialized
      • Methods inherited from class org.apache.cayenne.PersistentObject

        getMapKey, getObjectContext, getObjectId, getPersistenceState, setObjectId
      • Methods inherited from interface org.apache.cayenne.Persistent

        getObjectContext, getObjectId, getPersistenceState, setObjectContext, setObjectId, setPersistenceState
    • Field Detail

      • CRYPTO_DATA_KEY_PROPERTY

        public static final String CRYPTO_DATA_KEY_PROPERTY
        Provides the 'cryptoDataKey' property name.
        See Also:
        Constant Field Values
      • RECEIPT_DATA_PROPERTY

        public static final String RECEIPT_DATA_PROPERTY
        Provides the 'receiptData' property name.
        See Also:
        Constant Field Values
      • SIGNATURE_RECEIPT_DATA_PROPERTY

        public static final String SIGNATURE_RECEIPT_DATA_PROPERTY
        Provides the 'signatureReceiptData' property name.
        See Also:
        Constant Field Values
      • SUBMISSION_DATA_PROPERTY

        public static final String SUBMISSION_DATA_PROPERTY
        Provides the 'submissionData' property name.
        See Also:
        Constant Field Values
      • SUBMISSION_PROPERTY

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

        public static final String SUBMISSION_DATA_OID_PK_COLUMN
        Provides the 'submission_data_oid' primary key database column name.
        See Also:
        Constant Field Values
      • CRYPTO_DATA_KEY

        public static final org.apache.cayenne.exp.Property<byte[]> CRYPTO_DATA_KEY
        Provides the 'CRYPTO_DATA_KEY' property.
      • RECEIPT_DATA

        public static final org.apache.cayenne.exp.Property<byte[]> RECEIPT_DATA
        Provides the 'RECEIPT_DATA' property.
      • SIGNATURE_RECEIPT_DATA

        public static final org.apache.cayenne.exp.Property<byte[]> SIGNATURE_RECEIPT_DATA
        Provides the 'SIGNATURE_RECEIPT_DATA' property.
      • SUBMISSION_DATA

        public static final org.apache.cayenne.exp.Property<byte[]> SUBMISSION_DATA
        Provides the 'SUBMISSION_DATA' property.
      • SUBMISSION

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

      • _SubmissionData

        public _SubmissionData()
    • Method Detail

      • setCryptoDataKey

        public void setCryptoDataKey​(byte[] cryptoDataKey)
        Set the cryptoDataKey value.
        Parameters:
        cryptoDataKey - the cryptoDataKey value to set
      • getCryptoDataKey

        public byte[] getCryptoDataKey()
        Return the cryptoDataKey value.
        Returns:
        cryptoDataKey the cryptoDataKey value
      • setReceiptData

        public void setReceiptData​(byte[] receiptData)
        Set the receiptData value.
        Parameters:
        receiptData - the receiptData value to set
      • getReceiptData

        public byte[] getReceiptData()
        Return the receiptData value.
        Returns:
        receiptData the receiptData value
      • setSignatureReceiptData

        public void setSignatureReceiptData​(byte[] signatureReceiptData)
        Set the signatureReceiptData value.
        Parameters:
        signatureReceiptData - the signatureReceiptData value to set
      • getSignatureReceiptData

        public byte[] getSignatureReceiptData()
        Return the signatureReceiptData value.
        Returns:
        signatureReceiptData the signatureReceiptData value
      • setSubmissionData

        public void setSubmissionData​(byte[] submissionData)
        Set the submissionData value.
        Parameters:
        submissionData - the submissionData value to set
      • getSubmissionData

        public byte[] getSubmissionData()
        Return the submissionData value.
        Returns:
        submissionData the submissionData 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