首页>代码>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;
    }

}
最近下载更多
2636804923  LV6 2024年6月20日
来一杯西瓜冰咩  LV6 2024年6月4日
阿九11111  LV4 2024年5月21日
微信网友_6522007290040320  LV2 2024年4月23日
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日
最近浏览更多
652654393  LV5 2024年11月18日
2636804923  LV6 2024年6月20日
来一杯西瓜冰咩  LV6 2024年6月4日
求学的熊猫  LV11 2024年6月3日
阿九11111  LV4 2024年5月21日
微信网友_6522007290040320  LV2 2024年4月23日
浓痰更有嚼头 2024年4月1日
暂无贡献等级
666ing  LV2 2023年12月27日
学习112  LV2 2023年12月21日
3182056006 2023年11月18日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友