⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aclog.java

📁 shopping home JSP system
💻 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:   AcLog.java

package com.keyshop.shop.system.model;

import com.keyshop.pub.model.PubBean;

public class AcLog extends PubBean
{

    public String pageType;
    public String channelId;
    public String productId;
    public String note;
    public String userId;
    public String clientIp;
    public String fromsiteIp;
    public String acTime;
    public String url;
    public boolean isfirst;
    public int acCount;

    public AcLog()
    {
        pageType = "";
        channelId = "";
        productId = "";
        note = "";
        userId = "";
        clientIp = "";
        fromsiteIp = "";
        acTime = "";
        url = "";
        isfirst = false;
        acCount = 0;
    }

    public int getAcCount()
    {
        return acCount;
    }

    public String getAcTime()
    {
        return acTime;
    }

    public void setAcCount(int acCount)
    {
        this.acCount = acCount;
    }

    public void setAcTime(String acTime)
    {
        this.acTime = acTime;
    }

    public String getChannelId()
    {
        return channelId;
    }

    public String getClientIp()
    {
        return clientIp;
    }

    public void setChannelId(String channelId)
    {
        this.channelId = channelId;
    }

    public void setClientIp(String clientIp)
    {
        this.clientIp = clientIp;
    }

    public String getFromsiteIp()
    {
        return fromsiteIp;
    }

    public String getNote()
    {
        return note;
    }

    public void setFromsiteIp(String fromsiteIp)
    {
        this.fromsiteIp = fromsiteIp;
    }

    public void setNote(String note)
    {
        this.note = note;
    }

    public String getPageType()
    {
        return pageType;
    }

    public String getProductId()
    {
        return productId;
    }

    public void setPageType(String pageType)
    {
        this.pageType = pageType;
    }

    public void setProductId(String productId)
    {
        this.productId = productId;
    }

    public String getUserId()
    {
        return userId;
    }

    public void setUserId(String userId)
    {
        this.userId = userId;
    }

    public String getUrl()
    {
        return url;
    }

    public void setUrl(String url)
    {
        this.url = url;
    }

    public boolean isIsfirst()
    {
        return isfirst;
    }

    public void setIsfirst(boolean isfirst)
    {
        this.isfirst = isfirst;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -