Class _ErrorLog

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

    public abstract class _ErrorLog
    extends BaseEntity

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

      • CRITICAL_ERROR_FLAG_PROPERTY

        public static final String CRITICAL_ERROR_FLAG_PROPERTY
        Provides the 'criticalErrorFlag' property name.
        See Also:
        Constant Field Values
      • ERROR_TIME_PROPERTY

        public static final String ERROR_TIME_PROPERTY
        Provides the 'errorTime' property name.
        See Also:
        Constant Field Values
      • ERROR_TYPE_PROPERTY

        public static final String ERROR_TYPE_PROPERTY
        Provides the 'errorType' property name.
        See Also:
        Constant Field Values
      • GROOVY_ERROR_FLAG_PROPERTY

        public static final String GROOVY_ERROR_FLAG_PROPERTY
        Provides the 'groovyErrorFlag' property name.
        See Also:
        Constant Field Values
      • IP_ADDRESS_PROPERTY

        public static final String IP_ADDRESS_PROPERTY
        Provides the 'ipAddress' property name.
        See Also:
        Constant Field Values
      • REQUEST_URL_PROPERTY

        public static final String REQUEST_URL_PROPERTY
        Provides the 'requestUrl' property name.
        See Also:
        Constant Field Values
      • SOLUTION_PROPERTY

        public static final String SOLUTION_PROPERTY
        Provides the 'solution' property name.
        See Also:
        Constant Field Values
      • STACKTRACE_PROPERTY

        public static final String STACKTRACE_PROPERTY
        Provides the 'stacktrace' property name.
        See Also:
        Constant Field Values
      • TM_VERSION_PROPERTY

        public static final String TM_VERSION_PROPERTY
        Provides the 'tmVersion' property name.
        See Also:
        Constant Field Values
      • USER_AGENT_PROPERTY

        public static final String USER_AGENT_PROPERTY
        Provides the 'userAgent' property name.
        See Also:
        Constant Field Values
      • USER_MESSAGE_PROPERTY

        public static final String USER_MESSAGE_PROPERTY
        Provides the 'userMessage' property name.
        See Also:
        Constant Field Values
      • USERNAME_PROPERTY

        public static final String USERNAME_PROPERTY
        Provides the 'username' property name.
        See Also:
        Constant Field Values
      • EMAIL_QUEUE_PROPERTY

        public static final String EMAIL_QUEUE_PROPERTY
        Provides the 'emailQueue' relationship name.
        See Also:
        Constant Field Values
      • ERROR_LOG_DATA_PROPERTY

        public static final String ERROR_LOG_DATA_PROPERTY
        Provides the 'errorLogData' relationship name.
        See Also:
        Constant Field Values
      • GROOVY_SERVICE_LOG_PROPERTY

        public static final String GROOVY_SERVICE_LOG_PROPERTY
        Provides the 'groovyServiceLog' relationship name.
        See Also:
        Constant Field Values
      • JOB_ACTION_PROPERTY

        public static final String JOB_ACTION_PROPERTY
        Provides the 'jobAction' relationship name.
        See Also:
        Constant Field Values
      • SCHEDULED_JOB_HISTORY_PROPERTY

        public static final String SCHEDULED_JOB_HISTORY_PROPERTY
        Provides the 'scheduledJobHistory' relationship name.
        See Also:
        Constant Field Values
      • SECURITY_MANAGER_LOG_PROPERTY

        public static final String SECURITY_MANAGER_LOG_PROPERTY
        Provides the 'securityManagerLog' relationship name.
        See Also:
        Constant Field Values
      • SERVER_NODE_PROPERTY

        public static final String SERVER_NODE_PROPERTY
        Provides the 'serverNode' 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
      • SUBMISSION_DELIVERY_PROPERTY

        public static final String SUBMISSION_DELIVERY_PROPERTY
        Provides the 'submissionDelivery' relationship name.
        See Also:
        Constant Field Values
      • ERROR_OID_PK_COLUMN

        public static final String ERROR_OID_PK_COLUMN
        Provides the 'error_oid' primary key database column name.
        See Also:
        Constant Field Values
      • CONTEXT

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public static final org.apache.cayenne.exp.Property<Client> CLIENT
        Provides the 'CLIENT' property.
      • EMAIL_QUEUE

        public static final org.apache.cayenne.exp.Property<EmailQueue> EMAIL_QUEUE
        Provides the 'EMAIL_QUEUE' property.
      • ERROR_LOG_DATA

        public static final org.apache.cayenne.exp.Property<ErrorLogData> ERROR_LOG_DATA
        Provides the 'ERROR_LOG_DATA' property.
      • GROOVY_SERVICE_LOG

        public static final org.apache.cayenne.exp.Property<List<GroovyServiceLog>> GROOVY_SERVICE_LOG
        Provides the 'GROOVY_SERVICE_LOG' property.
      • JOB_ACTION

        public static final org.apache.cayenne.exp.Property<JobAction> JOB_ACTION
        Provides the 'JOB_ACTION' property.
      • PORTAL

        public static final org.apache.cayenne.exp.Property<Portal> PORTAL
        Provides the 'PORTAL' property.
      • SCHEDULED_JOB_HISTORY

        public static final org.apache.cayenne.exp.Property<List<ScheduledJobHistory>> SCHEDULED_JOB_HISTORY
        Provides the 'SCHEDULED_JOB_HISTORY' property.
      • SECURITY_MANAGER_LOG

        public static final org.apache.cayenne.exp.Property<List<SecurityManagerLog>> SECURITY_MANAGER_LOG
        Provides the 'SECURITY_MANAGER_LOG' property.
      • SERVER_NODE

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

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

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

      • _ErrorLog

        public _ErrorLog()
    • Method Detail

      • setContext

        public void setContext​(String context)
        Set the context value.
        Parameters:
        context - the context value to set
      • getContext

        public String getContext()
        Return the context value.
        Returns:
        context the context value
      • setCriticalErrorFlag

        public void setCriticalErrorFlag​(boolean criticalErrorFlag)
        Set the criticalErrorFlag value.
        Parameters:
        criticalErrorFlag - the criticalErrorFlag value to set
      • isCriticalErrorFlag

        public boolean isCriticalErrorFlag()
        Return the criticalErrorFlag value.
        Returns:
        criticalErrorFlag the criticalErrorFlag value
      • setErrorTime

        public void setErrorTime​(Date errorTime)
        Set the errorTime value.
        Parameters:
        errorTime - the errorTime value to set
      • getErrorTime

        public Date getErrorTime()
        Return the errorTime value.
        Returns:
        errorTime the errorTime value
      • setErrorType

        public void setErrorType​(String errorType)
        Set the errorType value.
        Parameters:
        errorType - the errorType value to set
      • getErrorType

        public String getErrorType()
        Return the errorType value.
        Returns:
        errorType the errorType value
      • setGroovyErrorFlag

        public void setGroovyErrorFlag​(boolean groovyErrorFlag)
        Set the groovyErrorFlag value.
        Parameters:
        groovyErrorFlag - the groovyErrorFlag value to set
      • isGroovyErrorFlag

        public boolean isGroovyErrorFlag()
        Return the groovyErrorFlag value.
        Returns:
        groovyErrorFlag the groovyErrorFlag value
      • setIpAddress

        public void setIpAddress​(String ipAddress)
        Set the ipAddress value.
        Parameters:
        ipAddress - the ipAddress value to set
      • getIpAddress

        public String getIpAddress()
        Return the ipAddress value.
        Returns:
        ipAddress the ipAddress value
      • setMessage

        public void setMessage​(String message)
        Set the message value.
        Parameters:
        message - the message value to set
      • getMessage

        public String getMessage()
        Return the message value.
        Returns:
        message the message value
      • setName

        public void setName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
      • getName

        public String getName()
        Return the name value.
        Returns:
        name the name value
      • setReferer

        public void setReferer​(String referer)
        Set the referer value.
        Parameters:
        referer - the referer value to set
      • getReferer

        public String getReferer()
        Return the referer value.
        Returns:
        referer the referer value
      • setRequestUrl

        public void setRequestUrl​(String requestUrl)
        Set the requestUrl value.
        Parameters:
        requestUrl - the requestUrl value to set
      • getRequestUrl

        public String getRequestUrl()
        Return the requestUrl value.
        Returns:
        requestUrl the requestUrl value
      • setSolution

        public void setSolution​(String solution)
        Set the solution value.
        Parameters:
        solution - the solution value to set
      • getSolution

        public String getSolution()
        Return the solution value.
        Returns:
        solution the solution value
      • setStacktrace

        public void setStacktrace​(String stacktrace)
        Set the stacktrace value.
        Parameters:
        stacktrace - the stacktrace value to set
      • getStacktrace

        public String getStacktrace()
        Return the stacktrace value.
        Returns:
        stacktrace the stacktrace value
      • setTmVersion

        public void setTmVersion​(String tmVersion)
        Set the tmVersion value.
        Parameters:
        tmVersion - the tmVersion value to set
      • getTmVersion

        public String getTmVersion()
        Return the tmVersion value.
        Returns:
        tmVersion the tmVersion value
      • setUserAgent

        public void setUserAgent​(String userAgent)
        Set the userAgent value.
        Parameters:
        userAgent - the userAgent value to set
      • getUserAgent

        public String getUserAgent()
        Return the userAgent value.
        Returns:
        userAgent the userAgent value
      • setUserMessage

        public void setUserMessage​(String userMessage)
        Set the userMessage value.
        Parameters:
        userMessage - the userMessage value to set
      • getUserMessage

        public String getUserMessage()
        Return the userMessage value.
        Returns:
        userMessage the userMessage value
      • setUsername

        public void setUsername​(String username)
        Set the username value.
        Parameters:
        username - the username value to set
      • getUsername

        public String getUsername()
        Return the username value.
        Returns:
        username the username value
      • setClient

        public void setClient​(Client client)
        Set the Client.
        Parameters:
        client - the client value to set
      • getClient

        public Client getClient()
        Return the Client.
        Returns:
        the client value
      • setEmailQueue

        public void setEmailQueue​(EmailQueue emailQueue)
        Set the EmailQueue.
        Parameters:
        emailQueue - the emailQueue value to set
      • getEmailQueue

        public EmailQueue getEmailQueue()
        Return the EmailQueue.
        Returns:
        the emailQueue value
      • setErrorLogData

        public void setErrorLogData​(ErrorLogData errorLogData)
        Set the ErrorLogData.
        Parameters:
        errorLogData - the errorLogData value to set
      • getErrorLogData

        public ErrorLogData getErrorLogData()
        Return the ErrorLogData.
        Returns:
        the errorLogData value
      • addToGroovyServiceLog

        public void addToGroovyServiceLog​(GroovyServiceLog obj)
        Add the GroovyServiceLog object.
        Parameters:
        obj - the groovyServiceLog value to add
      • removeFromGroovyServiceLog

        public void removeFromGroovyServiceLog​(GroovyServiceLog obj)
        Remove the GroovyServiceLog object.
        Parameters:
        obj - the groovyServiceLog value to remove
      • getGroovyServiceLog

        public List<GroovyServiceLog> getGroovyServiceLog()
        Return the GroovyServiceLog.
        Returns:
        groovyServiceLog value
      • setJobAction

        public void setJobAction​(JobAction jobAction)
        Set the JobAction.
        Parameters:
        jobAction - the jobAction value to set
      • getJobAction

        public JobAction getJobAction()
        Return the JobAction.
        Returns:
        the jobAction value
      • setPortal

        public void setPortal​(Portal portal)
        Set the Portal.
        Parameters:
        portal - the portal value to set
      • getPortal

        public Portal getPortal()
        Return the Portal.
        Returns:
        the portal value
      • addToScheduledJobHistory

        public void addToScheduledJobHistory​(ScheduledJobHistory obj)
        Add the ScheduledJobHistory object.
        Parameters:
        obj - the scheduledJobHistory value to add
      • removeFromScheduledJobHistory

        public void removeFromScheduledJobHistory​(ScheduledJobHistory obj)
        Remove the ScheduledJobHistory object.
        Parameters:
        obj - the scheduledJobHistory value to remove
      • getScheduledJobHistory

        public List<ScheduledJobHistory> getScheduledJobHistory()
        Return the ScheduledJobHistory.
        Returns:
        scheduledJobHistory value
      • addToSecurityManagerLog

        public void addToSecurityManagerLog​(SecurityManagerLog obj)
        Add the SecurityManagerLog object.
        Parameters:
        obj - the securityManagerLog value to add
      • removeFromSecurityManagerLog

        public void removeFromSecurityManagerLog​(SecurityManagerLog obj)
        Remove the SecurityManagerLog object.
        Parameters:
        obj - the securityManagerLog value to remove
      • getSecurityManagerLog

        public List<SecurityManagerLog> getSecurityManagerLog()
        Return the SecurityManagerLog.
        Returns:
        securityManagerLog value
      • setServerNode

        public void setServerNode​(ServerNode serverNode)
        Set the ServerNode.
        Parameters:
        serverNode - the serverNode value to set
      • getServerNode

        public ServerNode getServerNode()
        Return the ServerNode.
        Returns:
        the serverNode 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
      • setSubmissionDelivery

        public void setSubmissionDelivery​(Submission submissionDelivery)
        Set the SubmissionDelivery.
        Parameters:
        submissionDelivery - the submissionDelivery value to set
      • getSubmissionDelivery

        public Submission getSubmissionDelivery()
        Return the SubmissionDelivery.
        Returns:
        the submissionDelivery value