Class _AuditLog

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

    public abstract class _AuditLog
    extends BaseEntity

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

      • AUDIT_DATETIME_PROPERTY

        public static final String AUDIT_DATETIME_PROPERTY
        Provides the 'auditDatetime' property name.
        See Also:
        Constant Field Values
      • CHANGED_BY_PROPERTY

        public static final String CHANGED_BY_PROPERTY
        Provides the 'changedBy' property name.
        See Also:
        Constant Field Values
      • CLIENT_OID_PROPERTY

        public static final String CLIENT_OID_PROPERTY
        Provides the 'clientOid' property name.
        See Also:
        Constant Field Values
      • ENTITY_NAME_PROPERTY

        public static final String ENTITY_NAME_PROPERTY
        Provides the 'entityName' property name.
        See Also:
        Constant Field Values
      • ENTITY_OID_PROPERTY

        public static final String ENTITY_OID_PROPERTY
        Provides the 'entityOid' 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
      • IP_ADDRESS_PROPERTY

        public static final String IP_ADDRESS_PROPERTY
        Provides the 'ipAddress' 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
      • SUBMISSION_PROPERTY

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

        public static final String AUDIT_LOG_OID_PK_COLUMN
        Provides the 'audit_log_oid' primary key database column name.
        See Also:
        Constant Field Values
      • AUDIT_DATETIME

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

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

        public static final org.apache.cayenne.exp.Property<Long> CLIENT_OID
        Provides the 'CLIENT_OID' property.
      • ENTITY_NAME

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

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

        public static final org.apache.cayenne.exp.Property<String> EVENT_TYPE
        Provides the 'EVENT_TYPE' 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.
      • USER_AGENT

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

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

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

      • _AuditLog

        public _AuditLog()
    • Method Detail

      • setAuditDatetime

        public void setAuditDatetime​(Date auditDatetime)
        Set the auditDatetime value.
        Parameters:
        auditDatetime - the auditDatetime value to set
      • getAuditDatetime

        public Date getAuditDatetime()
        Return the auditDatetime value.
        Returns:
        auditDatetime the auditDatetime value
      • setChangedBy

        public void setChangedBy​(String changedBy)
        Set the changedBy value.
        Parameters:
        changedBy - the changedBy value to set
      • getChangedBy

        public String getChangedBy()
        Return the changedBy value.
        Returns:
        changedBy the changedBy value
      • setClientOid

        public void setClientOid​(Long clientOid)
        Set the clientOid value.
        Parameters:
        clientOid - the clientOid value to set
      • getClientOid

        public Long getClientOid()
        Return the clientOid value.
        Returns:
        clientOid the clientOid value
      • setEntityName

        public void setEntityName​(String entityName)
        Set the entityName value.
        Parameters:
        entityName - the entityName value to set
      • getEntityName

        public String getEntityName()
        Return the entityName value.
        Returns:
        entityName the entityName value
      • setEntityOid

        public void setEntityOid​(Long entityOid)
        Set the entityOid value.
        Parameters:
        entityOid - the entityOid value to set
      • getEntityOid

        public Long getEntityOid()
        Return the entityOid value.
        Returns:
        entityOid the entityOid 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
      • 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
      • 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
      • 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
      • setUser

        public void setUser​(UserAccount user)
        Set the User.
        Parameters:
        user - the user value to set
      • getUser

        public UserAccount getUser()
        Return the User.
        Returns:
        the user value