Class _SubmissionProperty

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

    public abstract class _SubmissionProperty
    extends BaseEntity

    Provides the _SubmissionProperty 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

      • ENCRYPTED_FLAG_PROPERTY

        public static final String ENCRYPTED_FLAG_PROPERTY
        Provides the 'encryptedFlag' property name.
        See Also:
        Constant Field Values
      • PROPERTY_NAME_PROPERTY

        public static final String PROPERTY_NAME_PROPERTY
        Provides the 'propertyName' property name.
        See Also:
        Constant Field Values
      • PROPERTY_VALUE_PROPERTY

        public static final String PROPERTY_VALUE_PROPERTY
        Provides the 'propertyValue' 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_PROPERTY_SEARCH_PROPERTY

        public static final String SUBMISSION_PROPERTY_SEARCH_PROPERTY
        Provides the 'submissionPropertySearch' relationship name.
        See Also:
        Constant Field Values
      • SUBMISSION_PROPERTY_OID_PK_COLUMN

        public static final String SUBMISSION_PROPERTY_OID_PK_COLUMN
        Provides the 'submission_property_oid' primary key database column name.
        See Also:
        Constant Field Values
      • ENCRYPTED_FLAG

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

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

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

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

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

      • _SubmissionProperty

        public _SubmissionProperty()
    • Method Detail

      • setEncryptedFlag

        public void setEncryptedFlag​(boolean encryptedFlag)
        Set the encryptedFlag value.
        Parameters:
        encryptedFlag - the encryptedFlag value to set
      • isEncryptedFlag

        public boolean isEncryptedFlag()
        Return the encryptedFlag value.
        Returns:
        encryptedFlag the encryptedFlag value
      • setPropertyName

        public void setPropertyName​(String propertyName)
        Set the propertyName value.
        Parameters:
        propertyName - the propertyName value to set
      • getPropertyName

        public String getPropertyName()
        Return the propertyName value.
        Returns:
        propertyName the propertyName value
      • setPropertyValue

        public void setPropertyValue​(String propertyValue)
        Set the propertyValue value.
        Parameters:
        propertyValue - the propertyValue value to set
      • getPropertyValue

        public String getPropertyValue()
        Return the propertyValue value.
        Returns:
        propertyValue the propertyValue 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
      • setSubmissionPropertySearch

        public void setSubmissionPropertySearch​(SubmissionPropertySearch submissionPropertySearch)
        Set the SubmissionPropertySearch.
        Parameters:
        submissionPropertySearch - the submissionPropertySearch value to set
      • getSubmissionPropertySearch

        public SubmissionPropertySearch getSubmissionPropertySearch()
        Return the SubmissionPropertySearch.
        Returns:
        the submissionPropertySearch value