?? authuserlog.java
字號:
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
// Source File Name: AuthuserLog.java
package com.keyshop.pub.security.model;
import com.keyshop.pub.model.PubOneToManyBean;
import com.keyshop.pub.util.DateUtil;
import java.sql.Date;
public class AuthuserLog extends PubOneToManyBean
{
public Date time;
private String content;
private String userName;
private String userId;
AuthuserLog authuserlog;
private String category;
public AuthuserLog()
{
time = new Date(DateUtil.getSysDateLong());
authuserlog = null;
category = "0";
}
public void clear()
{
id = null;
userName = "";
content = "";
userName = "";
userId = "";
category = "0";
}
public String getId()
{
return id;
}
public String getUserName()
{
return userName;
}
public void setId(String id)
{
this.id = id;
}
public void setUserName(String userName)
{
this.userName = userName;
}
public Date getTime()
{
return time;
}
public String getUserId()
{
return userId;
}
public String getContent()
{
return content;
}
public String getCategory()
{
return category;
}
public void setCategory(String category)
{
this.category = category;
}
public void setUserId(String userId)
{
this.userId = userId;
}
public void setTime(Date time)
{
this.time = time;
}
public void setContent(String content)
{
this.content = content;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -