首页>代码>Android 完美高仿的微信源码>/MyAppWeixin/src/cn/buaa/myweixin/ChatMsgEntity.java
package cn.buaa.myweixin;

public class ChatMsgEntity {
    private static final String TAG = ChatMsgEntity.class.getSimpleName();

    private String name;

    private String date;

    private String text;

    private boolean isComMeg = true;

    public String getName() {
        return name;
    }

    public void setName(String name) {
        this.name = name;
    }

    public String getDate() {
        return date;
    }

    public void setDate(String date) {
        this.date = date;
    }

    public String getText() {
        return text;
    }

    public void setText(String text) {
        this.text = text;
    }

    public boolean getMsgType() {
        return isComMeg;
    }

    public void setMsgType(boolean isComMsg) {
    	isComMeg = isComMsg;
    }

    public ChatMsgEntity() {
    }

    public ChatMsgEntity(String name, String date, String text, boolean isComMsg) {
        super();
        this.name = name;
        this.date = date;
        this.text = text;
        this.isComMeg = isComMsg;
    }

}
最近下载更多
wuying8208  LV15 2023年7月27日
ddd11111  LV1 2023年6月16日
zyh907  LV1 2023年6月4日
machunming  LV1 2023年2月1日
yzb123  LV1 2022年9月11日
yuandian  LV1 2022年8月8日
jwfadacai  LV8 2022年6月19日
微信网友_5963071558176768  LV1 2022年5月17日
511076827  LV33 2022年4月11日
最近浏览更多
暂无贡献等级
666ing  LV2 2023年12月27日
学习112  LV2 2023年12月21日
3182056006 2023年11月18日
暂无贡献等级
wuying8208  LV15 2023年7月27日
陈小小222 2023年7月15日
暂无贡献等级
Yanguu 2023年7月11日
暂无贡献等级
ddd11111  LV1 2023年6月16日
ljt289917726  LV3 2023年6月13日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友