Package flexagon.fd.model2.pojo
Class PluginExecutionLogDataObject
java.lang.Object
FlexDataObject
flexagon.fd.model2.pojo.PluginExecutionLogDataObject
public class PluginExecutionLogDataObject
extends FlexDataObject
-
Constructor Summary
ConstructorsConstructorDescriptionPluginExecutionLogDataObject(Long pPluginExecutionId, Long pEndpointId, Integer pSequenceNum, String pExecutionLog) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCreatedBy(String pCreatedBy) voidsetCreatedOn(Timestamp pCreatedOn) voidsetEndpointId(Long pEndpointId) voidsetPluginExecutionId(Long pPluginExecutionId) voidsetPluginExecutionLog(String pPluginExecutionLog) voidsetPluginExecutionLogId(Long pPluginExecutionLogId) voidsetSequenceNumber(Integer pSequenceNumber) voidsetUpdatedBy(String pUpdatedBy) voidsetUpdatedOn(Timestamp pUpdatedOn) voidsetVersionNumber(Integer pVersionNumber)
-
Constructor Details
-
PluginExecutionLogDataObject
public PluginExecutionLogDataObject() -
PluginExecutionLogDataObject
-
-
Method Details
-
toStringOmittedAttributes
-
getPluginExecutionLogId
-
setPluginExecutionLogId
-
getEndpointId
-
setEndpointId
-
getPluginExecutionId
-
setPluginExecutionId
-
getPluginExecutionLog
-
setPluginExecutionLog
-
getSequenceNumber
-
setSequenceNumber
-
getCreatedOn
-
setCreatedOn
-
getCreatedBy
-
setCreatedBy
-
getUpdatedOn
-
setUpdatedOn
-
getUpdatedBy
-
setUpdatedBy
-
getVersionNumber
-
setVersionNumber
-