Class _EventLog

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

    public abstract class _EventLog
    extends BaseEntity

    Provides the _EventLog 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<EmailQueue> EMAIL_QUEUE
      Provides the 'EMAIL_QUEUE' property.
      static String EMAIL_QUEUE_PROPERTY
      Provides the 'emailQueue' relationship name.
      static String EVENT_OID_PK_COLUMN
      Provides the 'event_oid' primary key database column name.
      static org.apache.cayenne.exp.Property<Date> EVENT_TIME
      Provides the 'EVENT_TIME' property.
      static String EVENT_TIME_PROPERTY
      Provides the 'eventTime' property name.
      static org.apache.cayenne.exp.Property<String> EVENT_TYPE
      Provides the 'EVENT_TYPE' property.
      static String EVENT_TYPE_PROPERTY
      Provides the 'eventType' property name.
      static org.apache.cayenne.exp.Property<String> MESSAGE
      Provides the 'MESSAGE' property.
      static String MESSAGE_PROPERTY
      Provides the 'message' property name.
      static org.apache.cayenne.exp.Property<ServerNode> SERVER_NODE
      Provides the 'SERVER_NODE' property.
      static String SERVER_NODE_PROPERTY
      Provides the 'serverNode' relationship name.
      static org.apache.cayenne.exp.Property<Submission> SUBMISSION
      Provides the 'SUBMISSION' property.
      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
      _EventLog()  
    • Field Detail

      • EVENT_TIME_PROPERTY

        public static final String EVENT_TIME_PROPERTY
        Provides the 'eventTime' property name.
        See Also:
        Constant Field Values
      • EVENT_TYPE_PROPERTY

        public static final String EVENT_TYPE_PROPERTY
        Provides the 'eventType' 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
      • 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
      • EVENT_OID_PK_COLUMN

        public static final String EVENT_OID_PK_COLUMN
        Provides the 'event_oid' primary key database column name.
        See Also:
        Constant Field Values
      • EVENT_TIME

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

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

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

        public static final org.apache.cayenne.exp.Property<EmailQueue> EMAIL_QUEUE
        Provides the 'EMAIL_QUEUE' 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.
    • Constructor Detail

      • _EventLog

        public _EventLog()
    • Method Detail

      • setEventTime

        public void setEventTime​(Date eventTime)
        Set the eventTime value.
        Parameters:
        eventTime - the eventTime value to set
      • getEventTime

        public Date getEventTime()
        Return the eventTime value.
        Returns:
        eventTime the eventTime value
      • setEventType

        public void setEventType​(String eventType)
        Set the eventType value.
        Parameters:
        eventType - the eventType value to set
      • getEventType

        public String getEventType()
        Return the eventType value.
        Returns:
        eventType the eventType 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
      • 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
      • 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