首页>代码>spring mvc+spring+mybatis+shiro+easyui整合开发后台用户权限管理系统改造为基于dubbo的分布式服务项目>/spring_shiro_training/spring_shiro_training_api/src/main/java/com/wangzhixuan/model/Resource.java
package com.wangzhixuan.model;

import com.fasterxml.jackson.annotation.JsonProperty;

import java.io.Serializable;
import java.util.Date;

/**
 * @description:资源
 * @author:zhixuan.wang
 * @date:2015/10/1 14:51
 */
public class Resource implements Serializable {

    private static final long serialVersionUID = -5321613594382537470L;

    private Long id;

    private String name;

    private String url;

    private String description;

    @JsonProperty("iconCls")
    private String icon;

    private Long pid;

    private Integer seq;

    private Integer status;

    private Integer resourcetype;

    private Date createdate;

    public Long getId() {
        return id;
    }

    public void setId(Long id) {
        this.id = id;
    }

    public String getName() {
        return name;
    }

    public void setName(String name) {
        this.name = name == null ? null : name.trim();
    }

    public String getUrl() {
        return url;
    }

    public void setUrl(String url) {
        this.url = url == null ? null : url.trim();
    }

    public String getDescription() {
        return description;
    }

    public void setDescription(String description) {
        this.description = description == null ? null : description.trim();
    }

    public String getIcon() {
        return icon;
    }

    public void setIcon(String icon) {
        this.icon = icon == null ? null : icon.trim();
    }

    public Long getPid() {
        return pid;
    }

    public void setPid(Long pid) {
        this.pid = pid;
    }

    public Integer getSeq() {
        return seq;
    }

    public void setSeq(Integer seq) {
        this.seq = seq;
    }

    public Integer getStatus() {
        return status;
    }

    public void setStatus(Integer status) {
        this.status = status;
    }

    public Integer getResourcetype() {
        return resourcetype;
    }

    public void setResourcetype(Integer resourcetype) {
        this.resourcetype = resourcetype;
    }

    public Date getCreatedate() {
        return createdate;
    }

    public void setCreatedate(Date createdate) {
        this.createdate = createdate;
    }

    @Override
    public String toString() {
        return "Resource{" +
                "id=" + id +
                ", name='" + name + '\'' +
                ", url='" + url + '\'' +
                ", description='" + description + '\'' +
                ", icon='" + icon + '\'' +
                ", pid=" + pid +
                ", seq=" + seq +
                ", status=" + status +
                ", resourcetype=" + resourcetype +
                ", createdate=" + createdate +
                '}';
    }
}
最近下载更多
52xixi  LV8 2021年12月12日
dududufeidad  LV9 2021年7月15日
nuomi0526  LV2 2021年3月4日
912299793  LV21 2020年10月12日
CSS199669  LV25 2020年7月25日
simple丶余心  LV21 2020年7月23日
lizhao1226  LV2 2020年6月11日
图如图如图如图  LV2 2020年6月4日
yliu123  LV9 2020年4月15日
mijinfu  LV14 2019年12月17日
最近浏览更多
xuweiwowzy  LV5 1月14日
WBelong  LV7 2023年12月27日
1997akkk  LV5 2023年8月8日
hb2008  LV3 2023年6月13日
1379585889  LV11 2023年6月7日
 LV7 2023年3月29日
yuanshun  LV6 2023年3月23日
全栈小白  LV33 2023年3月17日
孟子大叔  LV7 2023年1月29日
hihhhh  LV6 2022年12月25日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友