Creates a new instance of MethodStartTO
return appName;
return componentName;
return componentType;
return methodName;
return moduleName;
return requestId;
return securityId;
return threadId;
return timeStamp;
return transactionId;
this.appName = appName;
this.componentName = componentName;
this.componentType = componentType;
this.methodName = methodName;
this.moduleName = moduleName;
this.requestId = requestId;
this.securityId = securityId;
this.threadId = threadId;
this.timeStamp = timeStamp;
this.transactionId = transactionId;