首页>代码>基于JavaWeb的酒店管理系统>/源代码/HotelSys/src/com/inks/hb/authinfo/pojo/AuthInfo.java
package com.inks.hb.authinfo.pojo;


/**
 * AuthInfo对象对应数据库中的authInfo表,主键为authID。
 */
public class AuthInfo {

    private int authId;         //权限ID

    private String authItem;    //权限名称

    private String isRead;      //可读

    private String isWrite;     //可写

    private String isChange;    //可改

    private String isDelete;    //可删

    public AuthInfo() {
        super();
    }

    public AuthInfo(int authId, String authItem, String isRead, String isWrite, String isChange, String isDelete) {
        this.authId = authId;
        this.authItem = authItem;
        this.isRead = isRead;
        this.isWrite = isWrite;
        this.isChange = isChange;
        this.isDelete = isDelete;
    }

    public int getAuthId() {
        return authId;
    }

    public void setAuthId(int authId) {
        this.authId = authId;
    }

    public String getAuthItem() {
        return authItem;
    }

    public void setAuthItem(String authItem) {
        this.authItem = authItem;
    }

    public String getIsRead() {
        return isRead;
    }

    public void setIsRead(String isRead) {
        this.isRead = isRead;
    }

    public String getIsWrite() {
        return isWrite;
    }

    public void setIsWrite(String isWrite) {
        this.isWrite = isWrite;
    }

    public String getIsChange() {
        return isChange;
    }

    public void setIsChange(String isChange) {
        this.isChange = isChange;
    }

    public String getIsDelete() {
        return isDelete;
    }

    public void setIsDelete(String idDelete) {
        this.isDelete = idDelete;
    }

    @Override
    public String toString() {
        return "\n--->AuthInfo对象信息输出:" +
                "\n authId = " + authId +
                "\n authItem = '" + authItem + '\'' +
                "\n isRead = '" + isRead + '\'' +
                "\n isWrite = '" + isWrite + '\'' +
                "\n isChange = " + isChange +
                "\n idDelete = " + isDelete +
                "\n--->AuthInfo信息输出结束\n";

    }
}
最近下载更多
qiang123  LV8 4月13日
qq1357574774  LV2 3月28日
qqFFFFF  LV8 3月25日
wanglinddad  LV55 3月1日
妈妈妈妈妈妈  LV8 1月29日
1297807492  LV6 1月23日
woshiwo  LV3 1月17日
xiaoyu111ewsd  LV4 1月16日
最近浏览更多
kenhomeliu  LV29 4月30日
12345644 4月29日
暂无贡献等级
102404426  LV7 4月21日
Zzzzzzzzz66  LV1 4月20日
Boss绝  LV9 4月19日
可是不知道么  LV23 4月17日
op123129 4月15日
暂无贡献等级
justinleo  LV1 4月14日
qiang123  LV8 4月13日
lo8lukoukoum  LV4 4月11日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友