package jbo.sys; import java.lang.String; /** * USER_RUNTIME - JBO命名常量类

* Note: This file is generated by ADE tools, dont modify it.
*/ public interface USER_RUNTIME{ /** * USER_RUNTIME

* 代表本类映射的BizObjectClass */ public static final String CLASS_NAME = "jbo.sys.USER_RUNTIME"; /** * SESSIONID STRING(100)
*/ public static final String SESSIONID = "SESSIONID"; /** * BEGINTIME STRING(20)
*/ public static final String BEGINTIME = "BEGINTIME"; /** * USERID STRING(32)
*/ public static final String USERID = "USERID"; /** * JSPNAME STRING(200)
*/ public static final String JSPNAME = "JSPNAME"; /** * ENDTIME STRING(20)
*/ public static final String ENDTIME = "ENDTIME"; /** * TIMECONSUMING DOUBLE(10)
*/ public static final String TIMECONSUMING = "TIMECONSUMING"; /** * USERNAME STRING(80)
*/ public static final String USERNAME = "USERNAME"; }