Class _GroovyServiceLogData

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

    public abstract class _GroovyServiceLogData
    extends BaseEntity

    Provides the _GroovyServiceLogData 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<GroovyServiceLog> GROOVY_SERVICE_LOG
      Provides the 'GROOVY_SERVICE_LOG' property.
      static String GROOVY_SERVICE_LOG_DATA_OID_PK_COLUMN
      Provides the 'groovy_service_log_data_oid' primary key database column name.
      static String GROOVY_SERVICE_LOG_PROPERTY
      Provides the 'groovyServiceLog' relationship name.
      static org.apache.cayenne.exp.Property<String> INPUT_DATA
      Provides the 'INPUT_DATA' property.
      static String INPUT_DATA_PROPERTY
      Provides the 'inputData' property name.
      static org.apache.cayenne.exp.Property<String> LOG_DATA
      Provides the 'LOG_DATA' property.
      static String LOG_DATA_PROPERTY
      Provides the 'logData' property name.
      static org.apache.cayenne.exp.Property<String> OUTPUT_DATA
      Provides the 'OUTPUT_DATA' property.
      static String OUTPUT_DATA_PROPERTY
      Provides the 'outputData' property 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      GroovyServiceLog getGroovyServiceLog()
      Return the GroovyServiceLog.
      String getInputData()
      Return the inputData value.
      String getLogData()
      Return the logData value.
      String getOutputData()
      Return the outputData value.
      void setGroovyServiceLog​(GroovyServiceLog groovyServiceLog)
      Set the GroovyServiceLog.
      void setInputData​(String inputData)
      Set the inputData value.
      void setLogData​(String logData)
      Set the logData value.
      void setOutputData​(String outputData)
      Set the outputData value.
      • Methods inherited from class org.apache.cayenne.CayenneDataObject

        makePath, readPropertyDirectly, readState, setPersistenceState, writePropertyDirectly, writeState
      • Methods inherited from class org.apache.cayenne.BaseDataObject

        addToManyTarget, beforePropertyRead, beforePropertyWrite, getSnapshotVersion, readNestedProperty, readProperty, readSerialized, removeToManyTarget, setObjectContext, setReverseRelationship, setSnapshotVersion, setToManyTarget, setToOneTarget, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writeSerialized
      • Methods inherited from class org.apache.cayenne.PersistentObject

        getMapKey, getObjectContext, getObjectId, getPersistenceState, setObjectId
      • Methods inherited from interface org.apache.cayenne.Persistent

        getObjectContext, getObjectId, getPersistenceState, setObjectContext, setObjectId, setPersistenceState
    • Field Detail

      • INPUT_DATA_PROPERTY

        public static final String INPUT_DATA_PROPERTY
        Provides the 'inputData' property name.
        See Also:
        Constant Field Values
      • LOG_DATA_PROPERTY

        public static final String LOG_DATA_PROPERTY
        Provides the 'logData' property name.
        See Also:
        Constant Field Values
      • OUTPUT_DATA_PROPERTY

        public static final String OUTPUT_DATA_PROPERTY
        Provides the 'outputData' property 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
      • GROOVY_SERVICE_LOG_DATA_OID_PK_COLUMN

        public static final String GROOVY_SERVICE_LOG_DATA_OID_PK_COLUMN
        Provides the 'groovy_service_log_data_oid' primary key database column name.
        See Also:
        Constant Field Values
      • INPUT_DATA

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

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

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

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

      • _GroovyServiceLogData

        public _GroovyServiceLogData()
    • Method Detail

      • setInputData

        public void setInputData​(String inputData)
        Set the inputData value.
        Parameters:
        inputData - the inputData value to set
      • getInputData

        public String getInputData()
        Return the inputData value.
        Returns:
        inputData the inputData value
      • setLogData

        public void setLogData​(String logData)
        Set the logData value.
        Parameters:
        logData - the logData value to set
      • getLogData

        public String getLogData()
        Return the logData value.
        Returns:
        logData the logData value
      • setOutputData

        public void setOutputData​(String outputData)
        Set the outputData value.
        Parameters:
        outputData - the outputData value to set
      • getOutputData

        public String getOutputData()
        Return the outputData value.
        Returns:
        outputData the outputData value
      • setGroovyServiceLog

        public void setGroovyServiceLog​(GroovyServiceLog groovyServiceLog)
        Set the GroovyServiceLog.
        Parameters:
        groovyServiceLog - the groovyServiceLog value to set
      • getGroovyServiceLog

        public GroovyServiceLog getGroovyServiceLog()
        Return the GroovyServiceLog.
        Returns:
        the groovyServiceLog value