Class _SubmissionServiceLog

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

    public abstract class _SubmissionServiceLog
    extends BaseEntity

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

      • LICENSE_PUBLISHED_FLAG_PROPERTY

        public static final String LICENSE_PUBLISHED_FLAG_PROPERTY
        Provides the 'licensePublishedFlag' property name.
        See Also:
        Constant Field Values
      • SERVICE_INFO_PROPERTY

        public static final String SERVICE_INFO_PROPERTY
        Provides the 'serviceInfo' property name.
        See Also:
        Constant Field Values
      • SERVICE_NAME_PROPERTY

        public static final String SERVICE_NAME_PROPERTY
        Provides the 'serviceName' property name.
        See Also:
        Constant Field Values
      • SERVICE_URL_PROPERTY

        public static final String SERVICE_URL_PROPERTY
        Provides the 'serviceUrl' property name.
        See Also:
        Constant Field Values
      • TIME_CREATED_PROPERTY

        public static final String TIME_CREATED_PROPERTY
        Provides the 'timeCreated' 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_SERVICE_OID_PK_COLUMN

        public static final String SUBMISSION_SERVICE_OID_PK_COLUMN
        Provides the 'submission_service_oid' primary key database column name.
        See Also:
        Constant Field Values
      • LICENSE_PUBLISHED_FLAG

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

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

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

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

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

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

      • _SubmissionServiceLog

        public _SubmissionServiceLog()
    • Method Detail

      • setLicensePublishedFlag

        public void setLicensePublishedFlag​(boolean licensePublishedFlag)
        Set the licensePublishedFlag value.
        Parameters:
        licensePublishedFlag - the licensePublishedFlag value to set
      • isLicensePublishedFlag

        public boolean isLicensePublishedFlag()
        Return the licensePublishedFlag value.
        Returns:
        licensePublishedFlag the licensePublishedFlag value
      • setServiceInfo

        public void setServiceInfo​(String serviceInfo)
        Set the serviceInfo value.
        Parameters:
        serviceInfo - the serviceInfo value to set
      • getServiceInfo

        public String getServiceInfo()
        Return the serviceInfo value.
        Returns:
        serviceInfo the serviceInfo value
      • setServiceName

        public void setServiceName​(String serviceName)
        Set the serviceName value.
        Parameters:
        serviceName - the serviceName value to set
      • getServiceName

        public String getServiceName()
        Return the serviceName value.
        Returns:
        serviceName the serviceName value
      • setServiceUrl

        public void setServiceUrl​(String serviceUrl)
        Set the serviceUrl value.
        Parameters:
        serviceUrl - the serviceUrl value to set
      • getServiceUrl

        public String getServiceUrl()
        Return the serviceUrl value.
        Returns:
        serviceUrl the serviceUrl value
      • setTimeCreated

        public void setTimeCreated​(Date timeCreated)
        Set the timeCreated value.
        Parameters:
        timeCreated - the timeCreated value to set
      • getTimeCreated

        public Date getTimeCreated()
        Return the timeCreated value.
        Returns:
        timeCreated the timeCreated 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