package com.vci.corba.framework.data;
|
|
/**
|
* Generated from IDL struct "LogInfo".
|
*
|
* @author JacORB IDL compiler V 3.9
|
* @version generated at 2022-12-23 15:42:24
|
*/
|
|
public final class LogInfo
|
implements org.omg.CORBA.portable.IDLEntity
|
{
|
/** Serial version UID. */
|
private static final long serialVersionUID = 1L;
|
public LogInfo(){}
|
public java.lang.String puid = "";
|
public java.lang.String username = "";
|
public java.lang.String truename = "";
|
public java.lang.String userIp = "";
|
public java.lang.String result = "";
|
public java.lang.String content = "";
|
public java.lang.String date = "";
|
public java.lang.String type = "";
|
public java.lang.String moduleName = "";
|
public java.lang.String entityDesc = "";
|
public java.lang.String property = "";
|
public java.lang.String previousVal = "";
|
public java.lang.String newVal = "";
|
public java.lang.String logType = "";
|
public LogInfo(java.lang.String puid, java.lang.String username, java.lang.String truename, java.lang.String userIp, java.lang.String result, java.lang.String content, java.lang.String date, java.lang.String type, java.lang.String moduleName, java.lang.String entityDesc, java.lang.String property, java.lang.String previousVal, java.lang.String newVal, java.lang.String logType)
|
{
|
this.puid = puid;
|
this.username = username;
|
this.truename = truename;
|
this.userIp = userIp;
|
this.result = result;
|
this.content = content;
|
this.date = date;
|
this.type = type;
|
this.moduleName = moduleName;
|
this.entityDesc = entityDesc;
|
this.property = property;
|
this.previousVal = previousVal;
|
this.newVal = newVal;
|
this.logType = logType;
|
}
|
}
|