Package com.avoka.fc.core.entity
Class GroovyServiceLogData
java.lang.Object
org.apache.cayenne.PersistentObject
org.apache.cayenne.BaseDataObject
org.apache.cayenne.CayenneDataObject
com.avoka.core.entity.BaseEntity
com.avoka.fc.core.entity.auto._GroovyServiceLogData
com.avoka.fc.core.entity.GroovyServiceLogData
- All Implemented Interfaces:
IEntity
,Serializable
,org.apache.cayenne.DataObject
,org.apache.cayenne.Persistent
,org.apache.cayenne.Validating
Provides a Groovy Service Logging data entity.
- Since:
- 4.3.0
- See Also:
-
Field Summary
Fields inherited from class com.avoka.fc.core.entity.auto._GroovyServiceLogData
GROOVY_SERVICE_LOG, GROOVY_SERVICE_LOG_DATA_OID_PK_COLUMN, GROOVY_SERVICE_LOG_PROPERTY, INPUT_DATA, INPUT_DATA_PROPERTY, LOG_DATA, LOG_DATA_PROPERTY, OUTPUT_DATA, OUTPUT_DATA_PROPERTY
Fields inherited from class com.avoka.core.entity.BaseEntity
ID_PROPERTY
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
-
Method Summary
Modifier and TypeMethodDescriptionReturn the inputData value.Return the logData value.Return the outputData value.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 com.avoka.fc.core.entity.auto._GroovyServiceLogData
getGroovyServiceLog, setGroovyServiceLog
Methods inherited from class com.avoka.core.entity.BaseEntity
appendProperties, getId, getValuesMap, isNew, setId, toString
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.cayenne.Persistent
getObjectContext, getObjectId, getPersistenceState, setObjectContext, setObjectId, setPersistenceState
-
Constructor Details
-
GroovyServiceLogData
public GroovyServiceLogData()
-
-
Method Details
-
setInputData
Set the inputData value.- Overrides:
setInputData
in class_GroovyServiceLogData
- Parameters:
inputData
- the inputData value to set- Since:
- 17.10.0
-
getInputData
Return the inputData value.- Overrides:
getInputData
in class_GroovyServiceLogData
- Returns:
- inputData the inputData value
- Since:
- 17.10.0
-
setLogData
Set the logData value.- Overrides:
setLogData
in class_GroovyServiceLogData
- Parameters:
logData
- the logData value to set
-
getLogData
Return the logData value.- Overrides:
getLogData
in class_GroovyServiceLogData
- Returns:
- logData the logData value
-
setOutputData
Set the outputData value.- Overrides:
setOutputData
in class_GroovyServiceLogData
- Parameters:
outputData
- the outputData value to set- Since:
- 17.10.0
-
getOutputData
Return the outputData value.- Overrides:
getOutputData
in class_GroovyServiceLogData
- Returns:
- outputData the outputData value
- Since:
- 17.10.0
-